Module redirection

Module redirection 

Source
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)