Skip to main content
Module

x/evt/lib/types/lib.dom.ts>Response

💧EventEmitter's typesafe replacement
Go to Latest
interface Response
implements Body
import { type Response } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

This Fetch API interface represents the response to a request.

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