Plack::App::Proxy::Backend::LWP
backend which uses LWP::UserAgent
- Provided by: libplack-app-proxy-perl (Version: 0.29-1)
- Report a bug
backend which uses LWP::UserAgent
my $app = Plack::App::Proxy->new(backend => 'LWP')->to_app;
This backend uses LWP::UserAgent to make HTTP requests.
Lee Aylward
Masahiro Honma
Tatsuhiko Miyagawa
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.