ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
330 B
Text
6 lines
330 B
Text
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
|