logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Throwable::Role::Status::PermanentRedirect - 308 Permanent Redirect

Authors

       •   Stevan Little <stevan.little@iinteractive.com>

       •   Ricardo Signes <cpan@semiotic.systems>

Description

       This status code is defined in RFC 7238 <http://tools.ietf.org/html/rfc7238>.

       The 308 (Permanent Redirect) status code indicates that the target resource has been assigned a new
       permanent URI and any future references to this resource ought to use one of the enclosed URIs.

       The server SHOULD generate a Location header field ([RFC7231], Section 7.1.2) in the response containing
       a preferred URI reference for the new permanent URI.  The user agent MAY use the Location field value for
       automatic redirection.  The server's response payload usually contains a short hypertext note with a
       hyperlink to the new URI(s).

Name

       HTTP::Throwable::Role::Status::PermanentRedirect - 308 Permanent Redirect

Perl Version

       This library should run on perls released even a long time ago.  It should work on any version of perl
       released in the last five years.

       Although it may work on older versions of perl, no guarantee is made that the minimum required version
       will not be increased.  The version may be increased for any reason, and there is no promise that patches
       will be accepted to lower the minimum required perl.

Version

       version 0.028

See Also