Source: libhijk-perl Maintainer: Debian Perl Group Uploaders: Robin Sheat Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11), libmodule-build-tiny-perl, perl Build-Depends-Indep: libhttp-server-simple-psgi-perl, libnet-server-perl, libplack-perl, libtest-exception-perl Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhijk-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhijk-perl.git Homepage: https://metacpan.org/release/Hijk Package: libhijk-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: simple perl module for easily accessing HTTP services Hijk is a specialized HTTP Client that does nothing but transport the response body back. It does not feature as a "user agent", but as a dumb client. It is suitable for connecting to data servers transporting via HTTP rather then web servers. . Most of HTTP features like proxy, redirect, Transfer-Encoding, or SSL are not supported at all. For those requirements there already are many good HTTP clients like HTTP::Tiny, Furl or LWP::UserAgent.