Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias HttpMethod
Deprecated
Deprecated

(will be removed in 0.210.0)

A type representing string literals of each of the common HTTP method.

import { type HttpMethod } from "https://deno.land/std@0.209.0/http/unstable_method.ts";
deprecated
definition: HTTP_METHODS[number]