Skip to content

CanisterHttpMethod

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

The HTTP method used for an HTTPS outcall.

GET: "GET"

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

A GET request.


HEAD: "HEAD"

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

A HEAD request.


POST: "POST"

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

A POST request.