Skip to main content
Module

x/dactyl/types.ts>HttpMethod

Web framework for Deno, built on top of Oak 🦇
Latest
enum HttpMethod
import { HttpMethod } from "https://deno.land/x/dactyl@v0.1.0-alpha/types.ts";

Members

DELETE = "delete"
GET = "get"
PATCH = "patch"
POST = "post"
PUT = "put"