HTTPResponse
Defined in: domains/http.ts:21
Properties
Section titled “Properties”status
Section titled “status”status: number;Defined in: domains/http.ts:23
HTTP status code.
statusText
Section titled “statusText”statusText: string;Defined in: domains/http.ts:25
HTTP status text.
headers
Section titled “headers”headers: Record<string, string>;Defined in: domains/http.ts:27
Response headers as a flat key/value map.
data: unknown;Defined in: domains/http.ts:29
Parsed response body. Type depends on responseType.