Skip to main content
Module

x/http_utils/method.ts>SafeMethod

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

HTTP method that is read-only.

definition:
| Method.Get
| Method.Head
| Method.Options
| Method.Trace