Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/http_wrapper/types.ts>QueryType

Simple Server/Router wrapper around Deno's HTTP module
Latest
enum QueryType
import { QueryType } from "https://deno.land/x/http_wrapper@v0.5.0/types.ts";

Members

DELETE = "DELETE"
GET = "GET"
HEAD = "HEAD"
OPTIONS = "OPTIONS"
PATCH = "PATCH"
POST = "POST"
PUT = "PUT"