Skip to content

CanisterHttpMethod

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

The HTTP method used for an HTTPS outcall.

GET: "GET"

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

A GET request.


HEAD: "HEAD"

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

A HEAD request.


POST: "POST"

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

A POST request.