Record -
http
: ListenerHttp1Settings
Provides settings related to HTTP/1.x protocol.
Closed record
Fields
- keepAlive KeepAlive (default KEEPALIVE_AUTO)
-
Can be set to either
KEEPALIVE_AUTO, which respects theconnectionheader, orKEEPALIVE_ALWAYS, which always keeps the connection alive, orKEEPALIVE_NEVER, which always closes the connection
- maxPipelinedRequests int (default MAX_PIPELINED_REQUESTS)
-
Defines the maximum number of requests that can be processed at a given time on a single connection. By default 10 requests can be pipelined on a single connection and user can change this limit appropriately.