Edit

IABSD.fr/ports/www/p5-HTTP-Async/pkg

Branch :

  • Show log

    Commit

  • Author : simon
    Date : 2007-07-22 16:44:25
    Hash : 21f6cd78
    Message : import p5-HTTP-Async Although using the conventional LWP::UserAgent is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. HTTP::Async attempts to address these limitations.