Record: ListenerConfiguration
Provides a set of configurations for configure the underlying HTTP listener of the GraphQL listener.
Closed record
Fields
- Fields Included from *ListenerConfiguration
- host string
- http1Settings ListenerHttp1Settings
- secureSocket ListenerSecureSocket | ()
- httpVersion string
- timeout decimal
- server string | ()
- requestLimits RequestLimitConfigs
- interceptors RequestInterceptor | RequestErrorInterceptor[ ] | ()
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
An array of interceptor services