Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/http/http.module.ts>HttpMethod

The core module of Entropy framework for Deno.
Latest
enum HttpMethod
Re-export
import { HttpMethod } from "https://deno.land/x/entropy@1.0.0-beta.17/src/http/http.module.ts";

Members

Copy = "COPY"
Delete = "DELETE"
Get = "GET"
Head = "HEAD"
Lock = "LOCK"
Mkcol = "MKCOL"
Move = "MOVE"
Options = "OPTIONS"
Patch = "PATCH"
Post = "POST"
PropFind = "PROPFIND"
PropPatch = "PROPPATCH"
Put = "PUT"
Trace = "TRACE"
Unlock = "UNLOCK"