Skip to main content
Module

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

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

Members

Delete = "DELETE"
Event = "EVENT"
Get = "GET"
Options = "OPTIONS"
Path = "PATCH"
Pattern = "PATTERN"
Post = "POST"
Put = "PUT"