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

x/dynablox_opencloud/src/rest/HTTPResponse.ts>HTTPResponseStatus

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

Status of HTTP response.

Properties

ok: boolean

Whether the status code was 2xx.

code: number

Status code of the response.

text: string

Status text of the response.