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@v11.1.0/mod.ts";
definition:
| "HEAD"
| "OPTIONS"
| "GET"
| "PUT"
| "PATCH"
| "POST"
| "DELETE"