Skip to content

Commit 1b7294c

Browse files
authored
Merge pull request #508 from deeringc/patch-1
Adding 308 "Permanent Redirect" to http_constants.dat
2 parents a617976 + 55ea692 commit 1b7294c

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
@@ -28,6 +28,7 @@ DAT(SeeOther, 303, _XPLATSTR("See Other"))
2828
DAT(NotModified, 304, _XPLATSTR("Not Modified"))
2929
DAT(UseProxy, 305, _XPLATSTR("Use Proxy"))
3030
DAT(TemporaryRedirect, 307, _XPLATSTR("Temporary Redirect"))
31+
DAT(PermanentRedirect, 308, _XPLATSTR("Permanent Redirect"))
3132
DAT(BadRequest, 400, _XPLATSTR("Bad Request"))
3233
DAT(Unauthorized, 401, _XPLATSTR("Unauthorized"))
3334
DAT(PaymentRequired, 402, _XPLATSTR("Payment Required"))

0 commit comments

Comments
 (0)