Name: | perl-AnyEvent-HTTP |
---|---|
Version: | 2.23 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 100612 |
License: | GPL+ or Artistic |
RPM: | perl-AnyEvent-HTTP-2.23-1.el7.noarch.rpm |
Source RPM: | perl-AnyEvent-HTTP-2.23-1.el7.src.rpm |
Build Date: | Mon Dec 11 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/AnyEvent-HTTP/ |
Summary: | Simple but non-blocking HTTP/HTTPS client |
Description: | This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module 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. It should generally be a "good client" that is enough for most HTTP tasks. Simple tasks should be simple, but complex tasks should still be possible as the user retains control over request and response headers. The caller is responsible for authentication management, cookies (if the simplistic implementation in this module doesn't suffice), referrer and other high-level protocol details for which this module offers only limited support. |
- Update to 2.23 release
- update to 2.22 - add dependency on perl(common::sense) - raise dependency on perl(AnyEvent) >= 5.33 - fix license handling
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- initial spec for Extras