summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-tiny/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-http-tiny/slack-desc')
-rw-r--r--perl/perl-http-tiny/slack-desc19
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 0000000000..acc5934e05
--- /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: