Record: ListenerConfiguration
Provides a set of configurations for HTTP service endpoints.
Closed record
Fields
- host string(default "0.0.0.0")
- http1Settings ListenerHttp1Settings(default {})
- secureSocket ListenerSecureSocket?
- timeout decimal(default 120)
- server string?(default ())
- webSocketCompressionEnabled boolean(default true)
- requestLimits RequestLimitConfigs(default {})
The host name/IP of the endpoint
Configurations related to HTTP/1.x protocol
The SSL configurations for the service endpoint. This needs to be configured in order to communicate through WSS.
Period of time in seconds that a connection waits for a read/write operation in the initial upgrade request. Use value 0 to disable timeout
The server name which should appear as a response header
Enable support for compression in WebSocket
Configurations associated with inbound request size limits