콘텐츠로 이동
한국어

HttpClientResponse

이 콘텐츠는 아직 번역되지 않았습니다.

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