Field | Type | Description |
setupTimeoutSeconds? | number | Optional; the timeout period for the setup function in seconds. |
teardownTimeoutSeconds? | number | Optional; the timeout period for the teardown function in seconds. |
tlsConfig? | Record<string, TLSConfig> | Optional; the TLS configuration. |
http? | Optional; the HTTP option configuration. | |
ws? | Optional; the WS option configuration. |
Feedback