The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use 0 to disable it entirely. Defaults to 30 seconds.
Default: null
The amount of time the parser will wait to receive the complete HTTP headers. Defaults to 30 seconds.
Whether the requests can be safely retried or not. If false the request won't be sent until all preceding requests in the pipeline have completed. Default: true if method is HEAD or GET.
Default: 0
Default: null
Query string params to be embedded in the request URL. Default: null
Default: null
Default: null
Whether Undici should throw an error upon receiving a 4xx or 5xx response from the server. Defaults to false
Upgrade the request. Should be used to specify the kind of upgrade i.e. 'Websocket'. Default: method === 'CONNECT' || null.
Default: null
Generated using TypeDoc
Default:
null