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

x/alosaur/src/types/request-method.ts>RequestMethod

Alosaur - Deno web framework with many decorators
Go to Latest
enum RequestMethod
import { RequestMethod } from "https://deno.land/x/alosaur@v0.30.1/src/types/request-method.ts";

Members

Delete = "DELETE"
Get = "GET"
Options = "OPTIONS"
Path = "PATCH"
Post = "POST"
Put = "PUT"