Skip to main content
Module

std/http/method.ts>HttpMethod

Deno standard library
Go to Latest
type alias HttpMethod
Deprecated
Deprecated

(will be removed after 0.210.0) Import from https://deno.land/std/http/unstable_method.ts instead.

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

import { type HttpMethod } from "https://deno.land/std@0.207.0/http/method.ts";
deprecated
definition: HttpMethod_