1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-12 12:54:06 +00:00

Removed httpcode 'MovedPermanenty'.

This commit is contained in:
MaySantucci 2019-10-10 10:49:38 +02:00
parent cc0b4be5b7
commit 3663070eb1

View file

@ -29,7 +29,6 @@ impl Response {
STATIC_RESP!(AlreadyReported, StatusCode::ALREADY_REPORTED);
STATIC_RESP!(MultipleChoices, StatusCode::MULTIPLE_CHOICES);
STATIC_RESP!(MovedPermanenty, StatusCode::MOVED_PERMANENTLY);
STATIC_RESP!(MovedPermanently, StatusCode::MOVED_PERMANENTLY);
STATIC_RESP!(Found, StatusCode::FOUND);
STATIC_RESP!(SeeOther, StatusCode::SEE_OTHER);