1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libhijk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
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.
|