Plack::App::Proxy::Backend::AnyEvent::HTTP - backend which uses AnyEvent::HTTP


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

Index


NAME

Top

Plack::App::Proxy::Backend::AnyEvent::HTTP - backend which uses AnyEvent::HTTP

SYNOPSIS

Top

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

DESCRIPTION

Top

This backend uses AnyEvent::HTTP to make HTTP requests. This is the default backend used when no backend is specified in the constructor.

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.