evdb / HTTP-Async

process multiple HTTP requests in parallel without blocking
http://search.cpan.org/dist/HTTP-Async/lib/HTTP/Async.pm
8 stars 14 forks source link

Improve header handling on redirects #3

Closed kaol closed 10 years ago

kaol commented 12 years ago

I borrowed some code over from LWP::UserAgent.

This will make redirected requests retain their headers, like user-agent.

Also, it adds support for HTTP::Cookies style cookie jars. That's needed for adding cookies to headers according to domain and path.