Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/components/http/src/framework/builder/types.ts>ParamsMethod

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
type alias ParamsMethod
import { type ParamsMethod } from "https://deno.land/x/endofunctor@v0.0.945/components/http/src/framework/builder/types.ts";
definition:
| "GET"
| "HEAD"
| "POST"
| "DELETE"
| "PATCH"
| "PUT"
| "OPTIONS"