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

Cache variant of HTTP::Async #22

Open masterbee opened 5 years ago

masterbee commented 5 years ago

@evdb / @kaoru - I would love to help make a Cache (HTTP::Async::Cached) sub module that will cache responses for the HTTP clients to reduce the throttling this module can do.

Any ideas on how to do that? I am reading the code base and wanted to get your feedback on the best way to do it?

Love this module btw, use it often for a lot of my web tools. It is amazing fast and versatile. Kudos.