Simple but non-blocking HTTP/HTTPS client

Edit Package perl-AnyEvent-HTTP
http://search.cpan.org/dist/AnyEvent-HTTP

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.

Refresh
Refresh
Source Files
Filename Size Changed
AnyEvent-HTTP-2.12.tar.gz 0000026728 26.1 KB
perl-AnyEvent-HTTP.changes 0000001711 1.67 KB
perl-AnyEvent-HTTP.spec 0000002729 2.67 KB
Revision 5 (latest revision is 23)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
- updated to 2.12
  - fix a possible 'Can't call method "destroyed"' error (which would
    have been reported by Carl Chambers).
  - the keepalive session cache wouldn't take port and scheme into account
    when reusing connection - potentially causing information leaks
    (reported by Nick Kostirya).
  - bump AnyEvent dependency version (reported by Richard Harris).
  - the keepalive and persistent parameters were actually named
    differently in the code - they now work as documented.
  - fix a bug where callbacks would sometimes never be called when
    the request timeout is near or below the persistent connection
    timeout (testcase by Cindy Wang).
  - destroying the guard would have no effect when a request was
    recursing or being retired.
  - "proxy => undef" now overrides any global proxy when specified.
  - require scheme in urls, also use a stricter match to match urls,
    leading or trailing garbage is no longer tolerated.
  - EXPERIMENTAL: allow '=' in cookie values.
  - do not lowercase cookie names, only parameter names.
  - add missing dependency on common::sense.
  - add a resume download example.
Comments 0
openSUSE Build Service is sponsored by