logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Lee Aylward

       Masahiro Honma

       Tatsuhiko Miyagawa

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;

See Also