slackbuilds/perl/perl-AnyEvent-HTTP
Chris Novakovic 6091d0a19e perl/perl-AnyEvent-HTTP: Update homepage.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:10:50 +07:00
..
README perl/perl-AnyEvent-HTTP: Added (non-blocking HTTP/HTTPS client). 2015-01-06 23:22:08 +07:00
perl-AnyEvent-HTTP.SlackBuild perl/perl-AnyEvent-HTTP: Added (non-blocking HTTP/HTTPS client). 2015-01-06 23:22:08 +07:00
perl-AnyEvent-HTTP.info perl/perl-AnyEvent-HTTP: Update homepage. 2018-05-27 11:10:50 +07:00
slack-desc perl/perl-AnyEvent-HTTP: Added (non-blocking HTTP/HTTPS client). 2015-01-06 23:22:08 +07:00

README

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.