Plack::App::Proxy::Backend::AnyEvent::HTTP - backend which uses AnyEvent::HTTP
Contents
Description
This backend uses AnyEvent::HTTP to make HTTP requests. This is the default backend used when no backend
is specified in the constructor.
License
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.40.1 2025-08-07 Plack::App::Pro...:AnyEvent::HTTP(3pm)
Name
Plack::App::Proxy::Backend::AnyEvent::HTTP - backend which uses AnyEvent::HTTP
Synopsis
my $app = Plack::App::Proxy->new(backend => 'AnyEvent::HTTP')->to_app;
