Skip to main content
Module

x/http_error/mod.ts

An error class for HTTP requests.
Go to Latest
import * as httpError from "https://deno.land/x/http_error@0.4.0/mod.ts";

Classes

An error for an HTTP request.

Functions

Checks if the value as an HttpError.

Converts HttpError arguments to an options object. Prioritizing status and message arguments over status and message options.

Interfaces

Options for initializing an HttpError.