Zum Inhalt springen

HttpClientResponse

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/http/HttpClient.ts:12

readonly body: Uint8Array

Defined in: src/http/HttpClient.ts:15


readonly headers: Readonly<Record<string, string>>

Defined in: src/http/HttpClient.ts:14


readonly status: number

Defined in: src/http/HttpClient.ts:13

json<T>(): T

Defined in: src/http/HttpClient.ts:19

Decode body as JSON.

T = unknown

T


text(): string

Defined in: src/http/HttpClient.ts:17

Decode body as UTF-8 text.

string