Skip to content

Commit fb92f6d

Browse files
authored
Adding "429 - Too Many Requests" to the http constants
1 parent 9747bc3 commit fb92f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/include/cpprest/details/http_constants.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ DAT(RequestUriTooLarge, 414, _XPLATSTR("Request Uri Too Large"))
4747
DAT(UnsupportedMediaType, 415, _XPLATSTR("Unsupported Media Type"))
4848
DAT(RangeNotSatisfiable, 416, _XPLATSTR("Requested range not satisfiable"))
4949
DAT(ExpectationFailed, 417, _XPLATSTR("Expectation Failed"))
50+
DAT(TooManyRequests, 429, _XPLATSTR("Too Many Requests"))
5051
DAT(InternalError, 500, _XPLATSTR("Internal Error"))
5152
DAT(NotImplemented, 501, _XPLATSTR("Not Implemented"))
5253
DAT(BadGateway, 502, _XPLATSTR("Bad Gateway"))

0 commit comments

Comments
 (0)