Skip to content

HTTPResponse

Defined in: domains/http.ts:21

status: number;

Defined in: domains/http.ts:23

HTTP status code.


statusText: string;

Defined in: domains/http.ts:25

HTTP status text.


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.