We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ac40a + fb92f6d commit bcb746bCopy full SHA for bcb746b
Release/include/cpprest/details/http_constants.dat
@@ -47,6 +47,7 @@ DAT(RequestUriTooLarge, 414, _XPLATSTR("Request Uri Too Large"))
47
DAT(UnsupportedMediaType, 415, _XPLATSTR("Unsupported Media Type"))
48
DAT(RangeNotSatisfiable, 416, _XPLATSTR("Requested range not satisfiable"))
49
DAT(ExpectationFailed, 417, _XPLATSTR("Expectation Failed"))
50
+DAT(TooManyRequests, 429, _XPLATSTR("Too Many Requests"))
51
DAT(InternalError, 500, _XPLATSTR("Internal Error"))
52
DAT(NotImplemented, 501, _XPLATSTR("Not Implemented"))
53
DAT(BadGateway, 502, _XPLATSTR("Bad Gateway"))
0 commit comments