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

x/dynablox_opencloud/src/rest/RESTController.ts>HTTPMethod

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
type alias HTTPMethod
import { type HTTPMethod } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/RESTController.ts";

The HTTP method to request with. Custom methods are not supported.

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