EnumerationsCanisterHttpMethodOn this pageEnumeration: CanisterHttpMethod The HTTP method used for an HTTPS outcall. Enumeration Members GET GET: "GET" A GET request. Source pocket-ic-types.ts:734 POST POST: "POST" A POST request. Source pocket-ic-types.ts:739 HEAD HEAD: "HEAD" A HEAD request. Source pocket-ic-types.ts:744