blob: 2a869497276f700434c3c91b86e2b746c48b3568 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: http://search.cpan.org/dist/AnyEvent-HTTP/
|