Skip to main content
Module

x/azure_functions/types.ts>HttpMethod

Run Deno 🦕 on Azure Functions ⚡️
Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/x/azure_functions@v0.9.0/types.ts";

Possible values for an HTTP request method.

definition:
| "GET"
| "POST"
| "DELETE"
| "HEAD"
| "PATCH"
| "PUT"
| "OPTIONS"
| "TRACE"
| "CONNECT"