Interface UWSClientOpts

Hierarchy

  • UWSClientOpts

Properties

connectionTimeout: number

Timeout in ms for a connection to be considered as dead.

connectionWatcherInterval: number

Interval in ms to check for dead connections.

maxConnectionsByHost: number

Max number of connections by host.

maxPipelinedRequestsByConnection: number

Max number of pipelined requests by connection.

maxStackedBuffers: number

Max number of stacked buffers under backpressure when sending request body to the target server. If this number is reached, the request is aborted.

pipelining: boolean

Enable pipelining. False is not supported yet.

Generated using TypeDoc