UNPKG

@autorest/powershell

Version:
48 lines 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatusCodes = void 0; exports.StatusCodes = { 100: 'Continue', 101: 'SwitchingProtocols', 200: 'OK', 201: 'Created', 202: 'Accepted', 203: 'NonAuthoritativeInformation', 204: 'NoContent', 205: 'ResetContent', 206: 'PartialContent', 300: 'Ambiguous', 301: 'Moved', 302: 'Redirect', 303: 'SeeOther', 304: 'NotModified', 305: 'UseProxy', 306: 'Unused', 307: 'TemporaryRedirect', 400: 'BadRequest', 401: 'Unauthorized', 402: 'PaymentRequired', 403: 'Forbidden', 404: 'NotFound', 405: 'MethodNotAllowed', 406: 'NotAcceptable', 407: 'ProxyAuthenticationRequired', 408: 'RequestTimeout', 409: 'Conflict', 410: 'Gone', 411: 'LengthRequired', 412: 'PreconditionFailed', 413: 'RequestEntityTooLarge', 414: 'RequestUriTooLong', 415: 'UnsupportedMediaType', 416: 'RequestedRangeNotSatisfiable', 417: 'ExpectationFailed', 426: 'UpgradeRequired', 500: 'InternalServerError', 501: 'NotImplemented', 502: 'BadGateway', 503: 'ServiceUnavailable', 504: 'GatewayTimeout', 505: 'HttpVersionNotSupported' }; //# sourceMappingURL=http-definitions.js.map