Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/core/http/request/Method.ts>Method

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
variable Method
import { Method } from "https://deno.land/x/drash@v3.0.0-beta.2/src/core/http/request/Method.ts";

All HTTP methods.

type

{ CONNECT: string; DELETE: string; GET: string; HEAD: string; OPTIONS: string; PATCH: string; POST: string; PUT: string; TRACE: string; }