|
constexpr key_type | Continue = 100 |
|
constexpr key_type | SwitchingProtocols = 101 |
|
constexpr key_type | Processing = 102 |
|
constexpr key_type | EarlyHints = 103 |
|
constexpr key_type | Ok = 200 |
|
constexpr key_type | Created = 201 |
|
constexpr key_type | Accepted = 202 |
|
constexpr key_type | NonAuthoritiveInformation = 203 |
|
constexpr key_type | NoContent = 204 |
|
constexpr key_type | ResetContent = 205 |
|
constexpr key_type | PartialContent = 206 |
|
constexpr key_type | MultiStatus = 207 |
|
constexpr key_type | AlreadyReported = 208 |
|
constexpr key_type | InstanceManipulationUsed = 226 |
|
constexpr key_type | MultipleChoices = 300 |
|
constexpr key_type | MovedPermanently = 301 |
|
constexpr key_type | Found = 302 |
|
constexpr key_type | SeeOther = 303 |
|
constexpr key_type | NotModified = 304 |
|
constexpr key_type | UseProxy = 305 |
|
constexpr key_type | TemporaryRedirect = 307 |
|
constexpr key_type | PermanentRedirect = 308 |
|
constexpr key_type | BadRequest = 400 |
|
constexpr key_type | Unauthorized = 401 |
|
constexpr key_type | PaymentRequired = 402 |
|
constexpr key_type | Forbidden = 403 |
|
constexpr key_type | NotFound = 404 |
|
constexpr key_type | MethodNotAllowed = 405 |
|
constexpr key_type | NotAcceptable = 406 |
|
constexpr key_type | ProxyAuthenticationRequired = 407 |
|
constexpr key_type | RequestTimeout = 408 |
|
constexpr key_type | Conflicts = 409 |
|
constexpr key_type | Gone = 410 |
|
constexpr key_type | LengthRequired = 411 |
|
constexpr key_type | PreconditionFailed = 412 |
|
constexpr key_type | PayloadTooLarge = 413 |
|
constexpr key_type | URITooLarge = 414 |
|
constexpr key_type | UnsupportedMediaType = 415 |
|
constexpr key_type | RangeNotSatisfiable = 416 |
|
constexpr key_type | ExpectationFailed = 417 |
|
constexpr key_type | IamaTeapot = 418 |
|
constexpr key_type | MisdirectedRequest = 421 |
|
constexpr key_type | UnprocessableEntity = 422 |
|
constexpr key_type | Locked = 423 |
|
constexpr key_type | FailedDependency = 424 |
|
constexpr key_type | UpgradeRequired = 426 |
|
constexpr key_type | PreconditionRequired = 428 |
|
constexpr key_type | TooManyRequests = 429 |
|
constexpr key_type | RequestHeaderFieldsTooLarge = 431 |
|
constexpr key_type | UnavailableForLegalReasons = 451 |
|
constexpr key_type | InternalError = 500 |
|
constexpr key_type | NotImplemented = 501 |
|
constexpr key_type | BadGateway = 502 |
|
constexpr key_type | ServiceUnavailable = 503 |
|
constexpr key_type | GatewayTimeout = 504 |
|
constexpr key_type | HTTPVersionNotSupported = 505 |
|
constexpr key_type | VariantAlsoNegotiates = 506 |
|
constexpr key_type | InsufficientStorage = 507 |
|
constexpr key_type | LoopDetected = 508 |
|
constexpr key_type | NotExtended = 510 |
|
constexpr key_type | NetworkAuthorizationRequired = 511 |
|