HttpSuccess
@forge/monorepo / backend/src / HttpSuccess
Type Alias: HttpSuccess
HttpSuccess =
object
Defined in: backend/src/toolkit/http.ts:94
Properties
body
readonlybody:string
Defined in: backend/src/toolkit/http.ts:101
The body. Fenced as untrusted unless the caller asked for it raw — see fence.
contentType
readonlycontentType:string
Defined in: backend/src/toolkit/http.ts:98
ok
readonlyok:true
Defined in: backend/src/toolkit/http.ts:95
status
readonlystatus:number
Defined in: backend/src/toolkit/http.ts:97
truncated
readonlytruncated:boolean
Defined in: backend/src/toolkit/http.ts:99
url
readonlyurl:string
Defined in: backend/src/toolkit/http.ts:96