@sigiljs/sigil
Version:
TypeScript-first Node.js HTTP framework offering schema-driven routing, modifier-based middleware, plugin extensibility, and flexible response templating
56 lines (55 loc) • 2.48 kB
JavaScript
import { BadGateway as t, BadRequest as a, Conflict as r, ExpectationFailed as i, FailedDependency as d, Forbidden as n, GatewayTimeout as s, Gone as l, HTTPVersionNotSupported as u, ImATeapot as p, InsufficientStorage as R, InternalServerError as c, LengthRequired as f, Locked as m, LoopDetected as q, MethodNotAllowed as x, MisdirectedRequest as T, NetworkAuthenticationRequired as g, NotAcceptable as y, NotExtended as N, NotFound as F, NotImplemented as L, PayloadTooLarge as U, PaymentRequired as b, PreconditionFailed as w, PreconditionRequired as A, ProxyAuthenticationRequired as E, RangeNotSatisfiable as M, RequestHeaderFieldsTooLarge as P, RequestTimeout as S, ServiceUnavailable as h, TooEarly as I, TooManyRequests as v, URITooLong as G, Unauthorized as k, UnavailableForLegalReasons as B, UnprocessableEntity as D, UnsupportedMediaType as H, UpgradeRequired as V, VariantAlsoNegotiates as z } from "./responses/exceptions/exceptions-basic.mjs";
import { default as j } from "./responses/middleware-modification-request.mjs";
import { default as K } from "./responses/file-response.mjs";
import { default as Q } from "./responses/raw-response.mjs";
import { default as X } from "./responses/redirect.mjs";
import { default as Z } from "./responses/sigil-response.mjs";
import { default as $ } from "./responses/exceptions/exception.mjs";
export {
t as BadGateway,
a as BadRequest,
r as Conflict,
$ as Exception,
i as ExpectationFailed,
d as FailedDependency,
K as FileResponse,
n as Forbidden,
s as GatewayTimeout,
l as Gone,
u as HTTPVersionNotSupported,
p as ImATeapot,
R as InsufficientStorage,
c as InternalServerError,
f as LengthRequired,
m as Locked,
q as LoopDetected,
x as MethodNotAllowed,
j as MiddlewareModificationRequest,
T as MisdirectedRequest,
g as NetworkAuthenticationRequired,
y as NotAcceptable,
N as NotExtended,
F as NotFound,
L as NotImplemented,
U as PayloadTooLarge,
b as PaymentRequired,
w as PreconditionFailed,
A as PreconditionRequired,
E as ProxyAuthenticationRequired,
M as RangeNotSatisfiable,
Q as RawResponse,
X as Redirect,
P as RequestHeaderFieldsTooLarge,
S as RequestTimeout,
h as ServiceUnavailable,
Z as SigilResponse,
I as TooEarly,
v as TooManyRequests,
G as URITooLong,
k as Unauthorized,
B as UnavailableForLegalReasons,
D as UnprocessableEntity,
H as UnsupportedMediaType,
V as UpgradeRequired,
z as VariantAlsoNegotiates
};