Skip to main content
Module

std/http/mod.ts>HTTP_METHODS

Deno standard library
Go to Latest
variable HTTP_METHODS
Deprecated
Deprecated

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

A constant array of common HTTP methods.

This list is compatible with Node.js http module.

import { HTTP_METHODS } from "https://deno.land/std@0.207.0/http/mod.ts";