Skip to content

Process multiple HTTP requests in parallel without blocking

Notifications You must be signed in to change notification settings

vacmf/HTTP-Async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP::Async

This module lets you process several HTTP connections at once, in parallel and
without blocking.

This module is a fork of HTTP-Async 0.09 by Edmund von der Burg. The main
reason of this work is to change the client timeout behavior..

The original module is available from CPAN:
http://search.cpan.org/~evdb/HTTP-Async-0.09

INSTALLATION

To install you can use the following commands:

    perl Makefile.PL
    make
    make test
    make install


COPYRIGHT AND LICENCE

Copyright (C) 2006, Edmund von der Burg

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

Process multiple HTTP requests in parallel without blocking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages