Skip to main content
Module

x/http_utils/method.ts

HTTP utility collection for Fetch API
Go to Latest
import * as httpUtils from "https://deno.land/x/http_utils@1.0.0-beta.14/method.ts";

Enums

Standard HTTP methods.

Functions

Whether the method is IdempotentMethod or not.

Whether the method is RetrieveMethod or not.

Whether the method is SafeMethod or not.

Type Aliases

HTTP request method.

HTTP method that is idempotent.

HTTP method that request retrieving data.

HTTP method that is read-only.