Skip to main content
Module

x/oak/types.d.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@v10.6.0/types.d.ts";
definition:
| "HEAD"
| "OPTIONS"
| "GET"
| "PUT"
| "PATCH"
| "POST"
| "DELETE"