HttpsOutcallSuccessResponse
Defined in: pocket-ic-types.ts:879
Properties
Section titled “Properties”body:
Uint8Array
Defined in: pocket-ic-types.ts:898
The body of the response.
headers
Section titled “headers”headers:
CanisterHttpHeader
[]
Defined in: pocket-ic-types.ts:893
The headers of the response.
statusCode
Section titled “statusCode”statusCode:
number
Defined in: pocket-ic-types.ts:888
The status code of the response.
type:
"success"
Defined in: pocket-ic-types.ts:883
The type of the response, either 'success'
or 'response'
.