![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^2: Async HTTP(S) clientby ikegami (Patriarch) |
on Mar 22, 2025 at 13:19 UTC ( [id://11164373]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Cool Uses for Perl
|
|