Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
export enum RequestMethod { Get = "GET", Post = "POST", Put = "PUT", Delete = "DELETE", Path = "PATCH", Options = "OPTIONS", Event = "EVENT", Pattern = "PATTERN",}