diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-01-06 23:22:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-06 23:22:08 +0700 |
commit | 13b5d9e0a7edc7ff834ddf3638e93d28da3aecb9 (patch) | |
tree | 54933d08f4ee4fdba0bd8877a08ff88855bd4234 /perl/perl-AnyEvent-HTTP/README | |
parent | 8e21743704a9eaefeb5f796695da497e80c3f643 (diff) |
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/README')
-rw-r--r-- | perl/perl-AnyEvent-HTTP/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl/perl-AnyEvent-HTTP/README b/perl/perl-AnyEvent-HTTP/README new file mode 100644 index 0000000000000..09e276be2ce26 --- /dev/null +++ b/perl/perl-AnyEvent-HTTP/README @@ -0,0 +1,9 @@ +This module implements a simple, stateless and non-blocking HTTP +client. It supports GET, POST and other request methods, cookies and +more, all on a very low level. It can follow redirects, supports +proxies, and automatically limits the number of connections to the +values specified in the RFC. + +It should generally be a "good client" that is enough for most HTTP +tasks. Simple tasks should be simple, but complex tasks should still +be possible as the user retains control over HTTP message headers. |