-
Notifications
You must be signed in to change notification settings - Fork 4
AnyEvent HTTP/1.1 UserAgent
Mons/AnyEvent-UA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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, "<mons at cpan.org>" 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.
About
AnyEvent HTTP/1.1 UserAgent
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published