Skip to main content
Module

x/http_utils/method.ts>IdempotentMethod

HTTP utility collection for Fetch API
Go to Latest
type alias IdempotentMethod
import { type IdempotentMethod } from "https://deno.land/x/http_utils@1.0.0-beta.14/method.ts";

HTTP method that is idempotent.

definition: Method.Put | Method.Delete | SafeMethod