Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mons/AnyEvent-UA

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

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /