Module

x/oak/deps.ts>HTTPMethods

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias HTTPMethods
import { type HTTPMethods } from "https://dotland.deno.dev/x/oak@v13.0.1/deps.ts";

A type representing string literals of each of the common HTTP method.

definition: HTTP_METHODS[number]