Source: libnet-https-nb-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libio-socket-ssl-perl, libnet-http-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-https-nb-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-https-nb-perl.git Homepage: https://metacpan.org/release/Net-HTTPS-NB Testsuite: autopkgtest-pkg-perl Package: libnet-https-nb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-socket-ssl-perl, libnet-http-perl Description: low-level non-blocking HTTPS client Net::HTTPS::NB provides a non-blocking HTTPS client. It has the same interface as Net::HTTPS and Net::HTTP, but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. If read_response_headers() did not see enough data to complete the headers an empty list is returned. If read_entity_body() did not see new entity data in its read the value -1 is returned.