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

std/http/unstable_method.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
Deprecated

(will be removed in 0.210.0)

Contains the constant HTTP_METHODS and the type HttpMethod and the type guard isHttpMethod for working with HTTP methods with type safety.

import * as mod from "https://deno.land/std@0.209.0/http/unstable_method.ts";