From 55ea6924aac5a5a39fc484c12030cb679066b181 Mon Sep 17 00:00:00 2001 From: deeringc Date: Mon, 17 Jul 2017 15:01:47 +0100 Subject: [PATCH] Adding 308 "Permanent Redirect" to http_constants.dat As per https://tools.ietf.org/html/rfc7538#section-3 --- Release/include/cpprest/details/http_constants.dat | 1 + 1 file changed, 1 insertion(+) diff --git a/Release/include/cpprest/details/http_constants.dat b/Release/include/cpprest/details/http_constants.dat index c408556b19..c867b4d07a 100644 --- a/Release/include/cpprest/details/http_constants.dat +++ b/Release/include/cpprest/details/http_constants.dat @@ -28,6 +28,7 @@ DAT(SeeOther, 303, _XPLATSTR("See Other")) DAT(NotModified, 304, _XPLATSTR("Not Modified")) DAT(UseProxy, 305, _XPLATSTR("Use Proxy")) DAT(TemporaryRedirect, 307, _XPLATSTR("Temporary Redirect")) +DAT(PermanentRedirect, 308, _XPLATSTR("Permanent Redirect")) DAT(BadRequest, 400, _XPLATSTR("Bad Request")) DAT(Unauthorized, 401, _XPLATSTR("Unauthorized")) DAT(PaymentRequired, 402, _XPLATSTR("Payment Required"))