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
request: InternalHTTPRequest
- The request to use.
response: Response
- The response to use.
Returns
Promise<HTTPResponse<Expect>>