UNPKG

@sigiljs/sigil

Version:

TypeScript-first Node.js HTTP framework offering schema-driven routing, modifier-based middleware, plugin extensibility, and flexible response templating

2 lines (1 loc) 2.33 kB
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./responses/exceptions/exceptions-basic.js"),t=require("./responses/middleware-modification-request.js"),o=require("./responses/file-response.js"),i=require("./responses/raw-response.js"),a=require("./responses/redirect.js"),n=require("./responses/sigil-response.js"),r=require("./responses/exceptions/exception.js");exports.BadGateway=e.BadGateway;exports.BadRequest=e.BadRequest;exports.Conflict=e.Conflict;exports.ExpectationFailed=e.ExpectationFailed;exports.FailedDependency=e.FailedDependency;exports.Forbidden=e.Forbidden;exports.GatewayTimeout=e.GatewayTimeout;exports.Gone=e.Gone;exports.HTTPVersionNotSupported=e.HTTPVersionNotSupported;exports.ImATeapot=e.ImATeapot;exports.InsufficientStorage=e.InsufficientStorage;exports.InternalServerError=e.InternalServerError;exports.LengthRequired=e.LengthRequired;exports.Locked=e.Locked;exports.LoopDetected=e.LoopDetected;exports.MethodNotAllowed=e.MethodNotAllowed;exports.MisdirectedRequest=e.MisdirectedRequest;exports.NetworkAuthenticationRequired=e.NetworkAuthenticationRequired;exports.NotAcceptable=e.NotAcceptable;exports.NotExtended=e.NotExtended;exports.NotFound=e.NotFound;exports.NotImplemented=e.NotImplemented;exports.PayloadTooLarge=e.PayloadTooLarge;exports.PaymentRequired=e.PaymentRequired;exports.PreconditionFailed=e.PreconditionFailed;exports.PreconditionRequired=e.PreconditionRequired;exports.ProxyAuthenticationRequired=e.ProxyAuthenticationRequired;exports.RangeNotSatisfiable=e.RangeNotSatisfiable;exports.RequestHeaderFieldsTooLarge=e.RequestHeaderFieldsTooLarge;exports.RequestTimeout=e.RequestTimeout;exports.ServiceUnavailable=e.ServiceUnavailable;exports.TooEarly=e.TooEarly;exports.TooManyRequests=e.TooManyRequests;exports.URITooLong=e.URITooLong;exports.Unauthorized=e.Unauthorized;exports.UnavailableForLegalReasons=e.UnavailableForLegalReasons;exports.UnprocessableEntity=e.UnprocessableEntity;exports.UnsupportedMediaType=e.UnsupportedMediaType;exports.UpgradeRequired=e.UpgradeRequired;exports.VariantAlsoNegotiates=e.VariantAlsoNegotiates;exports.MiddlewareModificationRequest=t.default;exports.FileResponse=o.default;exports.RawResponse=i.default;exports.Redirect=a.default;exports.SigilResponse=n.default;exports.Exception=r.default;