Interface UWSProxyOpts

Hierarchy

  • UWSProxyOpts

Properties

backpressure: {
    maxStackedBuffers: int;
}

Type declaration

  • maxStackedBuffers: int

    Default: 4096 - Once the buffer is filled, the connection will be aborted

headers: Object

Additional headers always appended to the proxy request (not on the client's response)

Collection of optional callbacks

routes: Object

Routes we want the proxy request handlers to listen to

timeout: int

Default: 300000 - Timeout in MS before an attempt to reach the proxied server will abort.

Generated using TypeDoc