Skip to main content
Module

x/oak/mod.ts>HTTPMethods

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias HTTPMethods
import { type HTTPMethods } from "https://deno.land/x/oak@v12.5.0/mod.ts";

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

definition: HTTP_METHODS[number]