Skip to content

HttpsOutcallSuccessResponse

Defined in: pocket-ic-types.ts:808

body: Uint8Array

Defined in: pocket-ic-types.ts:827

The body of the response.


headers: CanisterHttpHeader[]

Defined in: pocket-ic-types.ts:822

The headers of the response.


statusCode: number

Defined in: pocket-ic-types.ts:817

The status code of the response.


type: "success"

Defined in: pocket-ic-types.ts:812

The type of the response, either 'success' or 'response'.