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

x/opine/test/deps.ts>SuperDenoResponse

Minimalist web framework for Deno ported from ExpressJS.
Latest
interface SuperDenoResponse
import { type SuperDenoResponse } from "https://deno.land/x/opine@2.3.4/test/deps.ts";

Properties

accepted: boolean
badRequest: boolean
body: any
charset: string
clientError: boolean
error: false | HTTPError
files: any
forbidden: boolean
header: Header
headers: Header
info: boolean
noContent: boolean
notAcceptable: boolean
notFound: boolean
ok: boolean
redirect: boolean
serverError: boolean
status: number
statusCode: number
statusType: number
statusText: string
text: string
type: string
unauthorized: boolean
xhr: XMLHttpRequest
redirects: string[]

Methods

get(header: string): HeaderValue