An open API service indexing awesome lists of open source software.

https://github.com/mons/anyevent-ua

AnyEvent HTTP/1.1 UserAgent
https://github.com/mons/anyevent-ua

Last synced: 10 months ago
JSON representation

AnyEvent HTTP/1.1 UserAgent

Awesome Lists containing this project

README

          

NAME
AnyEvent::UA - HTTP/1.1 UserAgent using AnyEvent

SYNOPSIS
Full docs to be done, so just an example.

my $ua = AnyEvent::UA->new();
$ua->req(GET => 'HTTP://www.google.ru:80', cb => sub {
my ($body,$headers) = @_;
});

DESCRIPTION
This module is alpha quality. It was not tested perfectly. Use it on
your own risk. Interfaces and implementation may be changed.

AUTHOR
Mons Anderson, ""

ACKNOWLEDGEMENTS
Many parts of this module was derived from AnyEvent::HTTP

LICENSE
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.