Whether or not to create an async local storage store for the HTTP context.
Defaults to false
Config for query string parser
Optional
keepAliveTimeout?: numberThe number of milliseconds of inactivity a server needs to wait for additional incoming data after it has finished writing the last response.
Optional
headersTimeout?: numberLimit the amount of time the parser will wait to receive the complete HTTP headers.
Optional
requestTimeout?: numberSets the timeout value in milliseconds for receiving the entire request from the client
Optional
timeout?: numberThe number of milliseconds of inactivity before a socket is presumed to have timed out
Complete configuration options for the HTTP server extending request and response configs