slackbuilds/perl/perl-http-tiny
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-http-tiny: Added (small, simple, correct HTTP/1.1 client) 2020-01-12 08:48:01 +07:00
perl-http-tiny.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-http-tiny.info perl/perl-http-tiny: Added (small, simple, correct HTTP/1.1 client) 2020-01-12 08:48:01 +07:00
slack-desc perl/perl-http-tiny: Added (small, simple, correct HTTP/1.1 client) 2020-01-12 08:48:01 +07:00

README

    HTTP::Tiny - A small, simple, correct HTTP/1.1 client

    This is a very simple HTTP/1.1 client, designed for doing simple
    requests without the overhead of a large framework like LWP::UserAgent.

    It is more correct and more complete than HTTP::Lite. It supports
    proxies and redirection. It also correctly resumes after EINTR.

    If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
    instead of IO::Socket::INET for transparent support for both IPv4 and
    IPv6.

    Cookie support requires HTTP::CookieJar or an equivalent class.