Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/mod.ts>HttpError

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
class HttpError
extends Error
import { HttpError } from "https://deno.land/x/live@1.74.1/mod.ts";

Escape hatch to allow throwing an http error

Constructors

new
HttpError(resp: Response)

Properties

status: number