Skip to content

CanisterHttpMethod

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

The HTTP method used for an HTTPS outcall.

GET: "GET"

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

A GET request.


HEAD: "HEAD"

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

A HEAD request.


POST: "POST"

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

A POST request.