1 #ifndef CORELIB___REQUEST_STATUS__HPP
2 #define CORELIB___REQUEST_STATUS__HPP
59 e101_SwitchingProtocols = 101,
64 e203_NonAuthInformation = 203,
66 e205_ResetContent = 205,
67 e206_PartialContent = 206,
71 e299_PartialContentBrokenConnection = 299,
73 e300_MultipleChoices = 300,
74 e301_MovedPermanently = 301,
77 e304_NotModified = 304,
79 e307_TemporaryRedirect = 307,
81 e400_BadRequest = 400,
82 e401_Unauthorized = 401,
83 e402_PaymentRequired = 402,
86 e405_MethodNotAllowed = 405,
87 e406_NotAcceptable = 406,
88 e407_ProxyAuthRequired = 407,
89 e408_RequestTimeout = 408,
92 e411_LengthRequired = 411,
93 e412_PreconditionFailed = 412,
94 e413_RequestEntityTooLarge = 413,
95 e414_RequestURITooLong = 414,
96 e415_UnsupportedMediaType = 415,
97 e416_RangeNotSatisfiable = 416,
98 e417_ExpectationFailed = 417,
99 e422_UnprocessableEntity = 422,
100 e429_Too_Many_Requests = 429,
101 e451_Unavailable_For_Legal_Reasons = 451,
105 e499_BrokenConnection = 499,
107 e500_InternalServerError = 500,
108 e501_NotImplemented = 501,
109 e502_BadGateway = 502,
110 e503_ServiceUnavailable = 503,
111 e504_GatewayTimeout = 504,
112 e505_HTTPVerNotSupported = 505
115 static string GetStdStatusMessage(ECode
code);
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_XNCBI_EXPORT
The NCBI C++/STL use hints.