summaryrefslogtreecommitdiffstats
path: root/perl/perl-AnyEvent-HTTP/slack-desc
diff options
context:
space:
mode:
author Mikko Värri2015-01-06 17:22:08 +0100
committer Willy Sudiarto Raharjo2015-01-06 17:22:08 +0100
commit13b5d9e0a7edc7ff834ddf3638e93d28da3aecb9 (patch)
tree54933d08f4ee4fdba0bd8877a08ff88855bd4234 /perl/perl-AnyEvent-HTTP/slack-desc
parent8e21743704a9eaefeb5f796695da497e80c3f643 (diff)
downloadslackbuilds-13b5d9e0a7edc7ff834ddf3638e93d28da3aecb9.tar.gz
perl/perl-AnyEvent-HTTP: Added (non-blocking HTTP/HTTPS client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-AnyEvent-HTTP/slack-desc')
-rw-r--r--perl/perl-AnyEvent-HTTP/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-AnyEvent-HTTP/slack-desc b/perl/perl-AnyEvent-HTTP/slack-desc
new file mode 100644
index 0000000000..d902d7c902
--- /dev/null
+++ b/perl/perl-AnyEvent-HTTP/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-AnyEvent-HTTP: perl-AnyEvent-HTTP (simple but non-blocking HTTP/HTTPS client)
+perl-AnyEvent-HTTP:
+perl-AnyEvent-HTTP: This module implements a simple, stateless and non-blocking HTTP
+perl-AnyEvent-HTTP: client. It supports GET, POST and other request methods, cookies and
+perl-AnyEvent-HTTP: more, all on a very low level. It can follow redirects, supports
+perl-AnyEvent-HTTP: proxies, and automatically limits the number of connections to the
+perl-AnyEvent-HTTP: values specified in the RFC.
+perl-AnyEvent-HTTP:
+perl-AnyEvent-HTTP: It should generally be a "good client" that is enough for most HTTP
+perl-AnyEvent-HTTP: tasks. Simple tasks should be simple, but complex tasks should still
+perl-AnyEvent-HTTP: be possible as the user retains control over HTTP message headers.