Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/http/mod.ts>HttpMethod

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
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.208.0/http/mod.ts";
deprecated
definition: HTTP_METHODS[number]