Skip to main content
Module

x/deno/js/fetch_types.d.ts>Response

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Response
implements Body
import { type Response } from "https://deno.land/x/deno@v0.1.0/js/fetch_types.d.ts";

Properties

readonly
headers: Headers
readonly
ok: boolean
readonly
redirected: boolean
readonly
status: number
readonly
statusText: string
readonly
trailer: Promise<Headers>
readonly
type: ResponseType
readonly
url: string