Default HTTP headers to set for requests when not explicitly overridden.
Sends an HTTP request.
The URI to send the message to.
The HTTP method to use.
Optional
signal: AbortSignalUsed to cancel the request.
Optional
headers: HeadersInitThe HTTP headers to set.
Optional
body: BodyInitThe body to send.
Generated using TypeDoc
HTTP client used to communicate with remote resources.