Skip to main content

HttpSuccess

@forge/monorepo


@forge/monorepo / backend/src / HttpSuccess

Type Alias: HttpSuccess

HttpSuccess = object

Defined in: backend/src/toolkit/http.ts:94

Properties

body

readonly body: string

Defined in: backend/src/toolkit/http.ts:101

The body. Fenced as untrusted unless the caller asked for it raw — see fence.


contentType

readonly contentType: string

Defined in: backend/src/toolkit/http.ts:98


ok

readonly ok: true

Defined in: backend/src/toolkit/http.ts:95


status

readonly status: number

Defined in: backend/src/toolkit/http.ts:97


truncated

readonly truncated: boolean

Defined in: backend/src/toolkit/http.ts:99


url

readonly url: string

Defined in: backend/src/toolkit/http.ts:96