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

NAME

Plack::Middleware::Reproxy::Furl - Use Furl To Reproxy

SYNOPSIS

# in your app.psgi
builder {
enable 'Reproxy::Furl';
$your_real_app;
}
builder {
enable 'Reproxy::Furl', furl => Furl::HTTP->new(agent => "Blah");
$your_real_app;
}