in reply to Re: Async HTTP(S) client
in thread Async HTTP(S) client

And there's LWP::Protocol::AnyEvent::http that allows you to keep using the familiar LWP interface.

If you need async HTTP(S) requests, but don't need to be async with anything else, I recommend Net::Curl::Multi. Powerful engine, and great performance.