The HTTP status code.
The HTTP status message.
The final URL that was fetched after any redirects.
Optional
body?: Uint8Array[] | AsyncIterableIterator<Uint8Array>An async iterator of Uint8Arrays or array that make up the body of the response.
Optional
method?: stringThe HTTP method that was used.
Generated using TypeDoc
HTTP response headers.