NAME

Plack::Middleware::DoCoMoGUID::HTMLStickyQuery - added guid=ON to Location header when redirect.

SYNOPSIS

use Plack::Builder;

builder {
    enable_if { $_[0]->{HTTP_USER_AGENT} =~ /DoCoMo/i } 'DoCoMoGUID::RedirectFilter';
};

DESCRIPTION

Plack::Middleware::DoCoMoGUID::RedirectFilter append ?guid=on param to Location header when redirect.

AUTHOR

Keiji Yoshimi <walf443 at gmail dot com>

SEE ALSO

+<HTMLStickyQuery::DoCoMoGUID>, +<Plack::Middleware>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.