Expand description
HTTP Codes for Redirection responses (3XX)
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection_messages for more info
Constantsยง
- FOUND
- HTTP Code for Found (302)
- MOVED_
PERMANENTLY - HTTP Code for Moved Permanently (301)
- MULTIPLE_
CHOICES - HTTP Code for Multiple Choices (300)
- NOT_
MODIFIED - HTTP Code for Not Modified (304)
- PERMANENT_
REDIRECT - HTTP Code for Permanent Redirect (308)
- SEE_
OTHER - HTTP Code for See Other (303)
- TEMPORARY_
REDIRECT - HTTP Code for Temporary Redirect (307)
- USE_
PROXY - HTTP Code for Use Proxy (305)