joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

DNS Caching #13

Open brendon-codes opened 9 years ago

brendon-codes commented 9 years ago

For high performance situations, it is helpful to have DNS lookups cached at the application level. This might be a nice feature to add some day.