PACKAGE NAME: perl-http-tiny-0.082-x86_64-1_dce.tgz PACKAGE MIRROR: http://slackdce.radioclub.ar/slackdce/15.0/x86_64/ PACKAGE LOCATION: ./perl/perl-http-tiny PACKAGE SIZE (compressed): 52 K PACKAGE SIZE (uncompressed): 150 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: perl-http-tiny: perl-http-tiny (small, simple, correct HTTP/1.1 client) perl-http-tiny: perl-http-tiny: HTTP::Tiny is a very simple HTTP/1.1 client, designed for doing simple perl-http-tiny: requests without the overhead of a large framework like LWP::UserAgent perl-http-tiny: It is more correct and more complete than HTTP::Lite. It supports perl-http-tiny: proxies and redirection. It also correctly resumes after EINTR. perl-http-tiny: If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it perl-http-tiny: instead of IO::Socket::INET for transparent support for both IPv4 and perl-http-tiny: IPv6. Cookie support requires HTTP::CookieJar or an equivalent class. perl-http-tiny: perl-http-tiny: