Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface HttpErrorOptions
implements ErrorOptions
Deprecated
Deprecated

(will be removed in 0.207.0) Use custom error classes instead.

import { type HttpErrorOptions } from "https://deno.land/x/netzo@0.3.66/deps/std/http/http_errors.ts";

Properties

optional
expose: boolean
optional
headers: HeadersInit