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

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

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

Parse the response and request then return the parsed body.

Parameters

  • The request to use.
response: Response
  • The response to use.

Returns

Promise<Expect>