UNPKG

bridgets

Version:

<p align="center"> <a href="https://bridgets.co"> <img src="http://bridgets.co/assets/logo-short.svg" height="48" /> <h1 align="center">BridgeTS</h1> </a> </p>

30 lines 877 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errorStatus = void 0; exports.errorStatus = { 'Bad Request': 400, Unauthorized: 401, Forbidden: 403, 'Not Found': 404, 'Method Not Allowed': 405, 'Not Acceptable': 406, 'Proxy Authentication Required': 407, 'Request Timeout': 408, Conflict: 409, Gone: 410, 'Length Required': 411, 'Precondition Failed': 412, 'Request Entity Too Large': 413, 'Request-URI Too Long': 414, 'Unsupported Media Type': 415, 'Requested Range Not Satisfiable': 416, 'Expectation Failed': 417, 'Unprocessable entity': 422, 'Internal Server Error': 500, 'Not Implemented': 501, 'Bad Gateway': 502, 'Service Unavailable': 503, 'Gateway Timeout': 504, 'HTTP Version Not Supported': 505, }; //# sourceMappingURL=status.js.map