slackbuilds_ponce/perl/perl-http-tiny
Tonus 6e93ff2787
perl/perl-http-tiny: update for version 0.082
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-06 07:47:22 +07:00
..
perl-http-tiny.info
perl-http-tiny.SlackBuild
README
slack-desc

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.