The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plack::ResponseHelper::Redirect

SYNOPSIS

    use Plack::ResponseHelper redirect => 'Redirect',
                              page404  => [
                                  'Redirect',
                                  {default_status => 404, default_location => '/404.html'}
                              ];
    respond redirect => $location;
    respond page404 => undef;

SEE ALSO

Plack::ResponseHelper