Skip to main content
Module

x/ghst/mod.ts>Methods

A light-weight http framework built for Deno.
Latest
type alias Methods
import { type Methods } from "https://deno.land/x/ghst@v1.1.4/mod.ts";

Every request method that Ghst supports.

definition:
| "GET"
| "HEAD"
| "POST"
| "PUT"
| "DELETE"
| "CONNECT"
| "OPTIONS"
| "TRACE"
| "PATCH"