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
- Host: GitHub
- URL: https://github.com/mons/anyevent-ua
- Owner: Mons
- Created: 2010-04-17T16:28:02.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T11:03:28.000Z (about 12 years ago)
- Last Synced: 2023-03-10T20:33:08.727Z (over 3 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/AnyEvent-UA
- Size: 166 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.