mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
Removed httpcode 'MovedPermanenty'. (#1128)
This commit is contained in:
parent
cc0b4be5b7
commit
effa96f5e4
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue