Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/pylon.d.ts>HTTPVerbs

🔑 A strongly typed Pylon API client.
Latest
type alias HTTPVerbs
import { type HTTPVerbs } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";

HTTP Verbs supported by the Pylon API.

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