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 a617976 + 55ea692 commit 1b7294cCopy full SHA for 1b7294c
Release/include/cpprest/details/http_constants.dat
@@ -28,6 +28,7 @@ DAT(SeeOther, 303, _XPLATSTR("See Other"))
28
DAT(NotModified, 304, _XPLATSTR("Not Modified"))
29
DAT(UseProxy, 305, _XPLATSTR("Use Proxy"))
30
DAT(TemporaryRedirect, 307, _XPLATSTR("Temporary Redirect"))
31
+DAT(PermanentRedirect, 308, _XPLATSTR("Permanent Redirect"))
32
DAT(BadRequest, 400, _XPLATSTR("Bad Request"))
33
DAT(Unauthorized, 401, _XPLATSTR("Unauthorized"))
34
DAT(PaymentRequired, 402, _XPLATSTR("Payment Required"))
0 commit comments