Plack::App::Proxy::Backend::AnyEvent::HTTP
backend which uses AnyEvent::HTTP
- Provided by: libplack-app-proxy-perl (Version: 0.29-1)
- Report a bug
backend which uses AnyEvent::HTTP
my $app = Plack::App::Proxy->new(backend => 'AnyEvent::HTTP')->to_app;
This backend uses AnyEvent::HTTP to make HTTP requests. This is the default backend used when no backend is specified in the constructor.
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.