in reply to Asynchronous HTTP requests and (digest) authentication

If you're afraid of (re)implementing or copy-pasting digest auth from LWP::Authen::Digest, maybe you have luck with AnyEvent::HTTP::LWP::UserAgent or Coro::LWP or LWP::Protocol::AnyEvent::http.

  • Comment on Re: Asynchronous HTTP requests and (digest) authentication