File: README.md

package info (click to toggle)
libhttp-async-perl 0.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 691; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# HTTP::Async

[![Build Status](https://secure.travis-ci.org/evdb/HTTP-Async.png?branch=master)](https://travis-ci.org/evdb/HTTP-Async)

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

For docs please see [the HTTP::Async page on search.cpan.org](http://search.cpan.org/dist/HTTP-Async/lib/HTTP/Async.pm).

## INSTALLATION

To install you can use the following commands:

    perl Makefile.PL
    make
    make test
    make install


## COPYRIGHT AND LICENCE

Copyright (C) 2006-2012, Edmund von der Burg

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