Skip to content

CanisterHttpMethod

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

The HTTP method used for an HTTPS outcall.

GET: "GET"

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

A GET request.


HEAD: "HEAD"

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

A HEAD request.


POST: "POST"

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

A POST request.