Skip to main content
Module

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