HttpsOutcallSuccessResponse
Defined in: packages/pic/src/pocket-ic-types.ts:1050
Properties
Section titled “Properties”body:
Uint8Array
Defined in: packages/pic/src/pocket-ic-types.ts:1069
The body of the response.
headers
Section titled “headers”headers:
CanisterHttpHeader[]
Defined in: packages/pic/src/pocket-ic-types.ts:1064
The headers of the response.
statusCode
Section titled “statusCode”statusCode:
number
Defined in: packages/pic/src/pocket-ic-types.ts:1059
The status code of the response.
type:
"success"
Defined in: packages/pic/src/pocket-ic-types.ts:1054
The type of the response, either 'success' or 'response'.