Skip to main content
Module

x/http_utils/request.ts>Method

HTTP implementation utility collection
Go to Latest
type alias Method
import { type Method } from "https://deno.land/x/http_utils@1.0.0-beta.1/request.ts";

HTTP request method.

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