Source: libfuture-http-perl Standards-Version: 4.7.2 Maintainer: Debian Perl Group Uploaders: Andrew Ruthven , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libanyevent-http-perl , libexperimental-perl (>= 0.031) , libfuture-perl (>= 0.49) , libhttp-message-perl , libhttp-tiny-perl , libmojolicious-perl , libmoo-perl , libnet-async-http-perl , libtest-http-localserver-perl , libtest-simple-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfuture-http-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfuture-http-perl.git Homepage: https://metacpan.org/release/Future-HTTP Package: libfuture-http-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libexperimental-perl (>= 0.031), libfuture-perl (>= 0.49), libhttp-message-perl, libmoo-perl, Suggests: libanyevent-perl, libhttp-tiny-perl, libio-async-perl, libmojolicious-perl, Description: provide the most appropriate HTTP client with a Future API Future::HTTP is a wrapping combining Future with the API provided by AnyEvent::HTTP The backend used for the HTTP protocols depends on whether one of the event loops is loaded. The currently supported backends are: . - HTTP::Tiny - HTTP::Tiny::Paranoid (not currently in Debian) - Mojolicious - AnyEvent - IO::Async