Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/mod.ts>HttpMethod

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/x/danet@v1.0.0/src/mod.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
| "OPTIONS"
| "HEAD"