Plack::App::Proxy::Backend::LWP - backend which uses LWP::UserAgent


Plack-App-Proxy documentation  | view source Contained in the Plack-App-Proxy distribution.

Index


NAME

Top

Plack::App::Proxy::Backend::LWP - backend which uses LWP::UserAgent

SYNOPSIS

Top

  my $app = Plack::App::Proxy->new(backend => 'LWP')->to_app;

DESCRIPTION

Top

This backend uses LWP::UserAgent to make HTTP requests.

AUTHOR

Top

Lee Aylward

Masahiro Honma

Tatsuhiko Miyagawa

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Plack-App-Proxy documentation  | view source Contained in the Plack-App-Proxy distribution.