Skip to main content
Module

x/tpy/mod.ts>Pylon.HTTPVerbs

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Pylon.HTTPVerbs
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-pre-release-10/mod.ts";
const { HTTPVerbs } = Pylon;

HTTP Verbs supported by the Pylon API.

definition:
| "GET"
| "POST"
| "PUT"
| "DELETE"