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

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

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

RESTController public-facing HTTP request parameters.

Properties

optional
errorHandling: "BEDEV1" | "BEDEV2" | "none"

The method to use to handle and throw errors.

"none" will not handle any errors.