Skip to content

CanisterHttpMethod

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

The HTTP method used for an HTTPS outcall.

GET: "GET"

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

A GET request.


HEAD: "HEAD"

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

A HEAD request.


POST: "POST"

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

A POST request.