Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Plack::Middleware::Proxy::AddVia - Adds the Via header for the current host.

SYNOPSIS

builder {
enable "Proxy::AddVia";
Plack::App::Proxy->new(host => "http://10.0.1.2:8080/")->to_app;
};

DESCRIPTION

Plack::Middleware::Proxy::AddVia adds the Via header to the request and response, like mod_proxy's ProxyVia option.

AUTHOR

Masahiro Honma <hiratara@cpan.org>

SEE ALSO

Plack::App::Proxy