mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7 lines
333 B
Plaintext
7 lines
333 B
Plaintext
|
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/perldoc?AnyEvent::HTTP
|