import { Response } from "https://deno.land/x/deno@v0.28.0/cli/js/fetch.ts";
Constructors
new
Response(url: string,
status: number,
statusText: string,
headersList: Array<[string, string]>,
rid: number,
redirected_: boolean,
body_?: null | Body,
Properties
readonly
body: Body