blob: 56b31ffd797380e578e1980b6ceee75f85bb235e (
plain) (
tree)
|
|
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: https://metacpan.org/release/AnyEvent-HTTP
|