Skip to main content
Module

x/rutt/mod.ts>METHODS

🛣️ A tiny and fast http request router designed for use with deno and deno deploy
Go to Latest
variable METHODS
import { METHODS } from "https://deno.land/x/rutt@0.0.14/mod.ts";

All known HTTP methods.

type

| "GET"
| "HEAD"
| "POST"
| "PUT"
| "DELETE"
| "OPTIONS"
| "PATCH"
[]