2008-07-08 09:22:32 +02:00
|
|
|
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.
|
|
|
|
|
2011-02-12 10:30:23 +01:00
|
|
|
WWW: http://search.cpan.org/dist/AnyEvent-HTTP/
|