I am trying to find a module in perl poe which can do user authentication while making a HTTP request
.
HTTP request should be non-blocking
or
How should I use poe::component::client:http
to do user authentication by providing username , password details?