Handler that will timeout requests if the response has not been written after a certain time. Timeout requests will be ended with an HTTP status code 503.
503
The default error code
The default timeout, in ms
Create a handler
Generated using TypeDoc
Handler that will timeout requests if the response has not been written after a certain time. Timeout requests will be ended with an HTTP status code
503
.