diff options
author | Tonus <tonus1@gmail.com> | 2020-01-05 17:47:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:48:01 +0700 |
commit | 2b78fb21404dcfd22e484e707d8e6ca19c56ec1d (patch) | |
tree | aefd81e1cede4be1a63bd039dfc5fd12c3ba4706 /perl/perl-http-tiny/slack-desc | |
parent | 3d5a768166df0dc37854aed8d9dec39630fe8beb (diff) |
perl/perl-http-tiny: Added (small, simple, correct HTTP/1.1 client)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-tiny/slack-desc')
-rw-r--r-- | perl/perl-http-tiny/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-http-tiny/slack-desc b/perl/perl-http-tiny/slack-desc new file mode 100644 index 0000000000000..acc5934e05adf --- /dev/null +++ b/perl/perl-http-tiny/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +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: |