Beta
Optional
data?: anyThe response data.
Optional
headers?: Record<string, string>The response headers.
Optional
redirected?: booleanIndicates whether or not the request was redirected.
The origin request.
The network timing of the request/response.
Optional
status?: numberThe HTTP status code of the response.
Optional
statusText?: stringThe status message corresponding to the HTTP status code.
Optional
type?: stringThe type of the response.
Optional
url?: stringThe final URL obtained after any redirects.
Common response API.