NAME
Plack::App::Proxy::Backend::LWP - backend which uses LWP::UserAgent
SYNOPSIS
my $app = Plack::App::Proxy->new(backend => 'LWP')->to_app;
DESCRIPTION
This backend uses LWP::UserAgent to make HTTP requests.
AUTHOR
Lee Aylward
Masahiro Honma
Tatsuhiko Miyagawa
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.