Scroll to navigation

Plack::App::Proxy::Backend::LWP(3pm) User Contributed Perl Documentation Plack::App::Proxy::Backend::LWP(3pm)
 

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.
2013-08-24 perl v5.18.1