Variable ResponseStatusConst
ResponseStatus: {
Continue: 100;
SwitchingProtocols: 101;
Processing: 102;
EarlyHints: 103;
Ok: 200;
Created: 201;
Accepted: 202;
NonAuthoritativeInformation: 203;
NoContent: 204;
ResetContent: 205;
PartialContent: 206;
MultiStatus: 207;
AlreadyReported: 208;
IMUsed: 226;
MultipleChoices: 300;
MovedPermanently: 301;
Found: 302;
SeeOther: 303;
NotModified: 304;
UseProxy: 305;
TemporaryRedirect: 307;
PermanentRedirect: 308;
BadRequest: 400;
Unauthorized: 401;
PaymentRequired: 402;
Forbidden: 403;
NotFound: 404;
MethodNotAllowed: 405;
NotAcceptable: 406;
ProxyAuthenticationRequired: 407;
RequestTimeout: 408;
Conflict: 409;
Gone: 410;
LengthRequired: 411;
PreconditionFailed: 412;
PayloadTooLarge: 413;
URITooLong: 414;
UnsupportedMediaType: 415;
RangeNotSatisfiable: 416;
ExpectationFailed: 417;
ImATeapot: 418;
MisdirectedRequest: 421;
UnprocessableEntity: 422;
Locked: 423;
FailedDependency: 424;
TooEarly: 425;
UpgradeRequired: 426;
PreconditionRequired: 428;
TooManyRequests: 429;
RequestHeaderFieldsTooLarge: 431;
UnavailableForLegalReasons: 451;
InternalServerError: 500;
NotImplemented: 501;
BadGateway: 502;
ServiceUnavailable: 503;
GatewayTimeout: 504;
HTTPVersionNotSupported: 505;
VariantAlsoNegotiates: 506;
InsufficientStorage: 507;
LoopDetected: 508;
NotExtended: 510;
NetworkAuthenticationRequired: 511;
} = ...
Type Declaration
Readonly
Continue: 100
Readonly
SwitchingProtocols: 101
Readonly
Processing: 102
Readonly
EarlyHints: 103
Readonly
Ok: 200
Readonly
Created: 201
Readonly
Accepted: 202
Readonly
NoContent: 204
Readonly
ResetContent: 205
Readonly
PartialContent: 206
Readonly
MultiStatus: 207
Readonly
AlreadyReported: 208
Readonly
IMUsed: 226
Readonly
MultipleChoices: 300
Readonly
MovedPermanently: 301
Readonly
Found: 302
Readonly
SeeOther: 303
Readonly
NotModified: 304
Readonly
UseProxy: 305
Readonly
TemporaryRedirect: 307
Readonly
PermanentRedirect: 308
Readonly
BadRequest: 400
Readonly
Unauthorized: 401
Readonly
PaymentRequired: 402
Readonly
Forbidden: 403
Readonly
NotFound: 404
Readonly
MethodNotAllowed: 405
Readonly
NotAcceptable: 406
Readonly
ProxyAuthenticationRequired: 407
Readonly
RequestTimeout: 408
Readonly
Conflict: 409
Readonly
Gone: 410
Readonly
LengthRequired: 411
Readonly
PreconditionFailed: 412
Readonly
RangeNotSatisfiable: 416
Readonly
ExpectationFailed: 417
Readonly
ImATeapot: 418
Readonly
MisdirectedRequest: 421
Readonly
UnprocessableEntity: 422
Readonly
Locked: 423
Readonly
FailedDependency: 424
Readonly
TooEarly: 425
Readonly
UpgradeRequired: 426
Readonly
PreconditionRequired: 428
Readonly
TooManyRequests: 429
Readonly
UnavailableForLegalReasons: 451
Readonly
InternalServerError: 500
Readonly
NotImplemented: 501
Readonly
BadGateway: 502
Readonly
ServiceUnavailable: 503
Readonly
GatewayTimeout: 504
Readonly
HTTPVersionNotSupported: 505
Readonly
VariantAlsoNegotiates: 506
Readonly
InsufficientStorage: 507
Readonly
LoopDetected: 508
Readonly
NotExtended: 510
Readonly
NetworkAuthenticationRequired: 511