Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/std/http/http_errors.ts>HttpErrorOptions

Deno-powered framework for building business web apps
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.91/deps/std/http/http_errors.ts";

Properties

optional
expose: boolean
optional
headers: HeadersInit