Record: InferredListenerConfiguration
Provides a set of cloneable configurations for HTTP listener.
Closed record
Fields
- host string
- http1Settings ListenerHttp1Settings
- secureSocket ListenerSecureSocket
- httpVersion string
- timeout decimal
- server string
- requestLimits RequestLimitConfigs
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 HTTPS.
Highest HTTP version supported by the endpoint
Period of time in seconds that a connection waits for a read/write operation. Use value 0 to disable timeout
The server name which should appear as a response header
Configurations associated with inbound request size limits