Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sinco/tests/deps.ts>Drash.Types.THttpMethod

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
type alias Drash.Types.THttpMethod
import { type Drash } from "https://deno.land/x/sinco@v4.1.0/tests/deps.ts";
const { THttpMethod } = Drash.Types;

The allowed types for an HTTP method on a resource.

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