node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

feat: expose http(s).request lookup option and add types

Open aadi-paypay opened this issue 2 years ago • 0 comments
trafficstars

we were facing dns throttling problems in our services under high load, so we wanted to add caching to dns resolving. To do caching we need to expose lookup option from http(s).request, so we can provide our custom cacheable lookup function like https://github.com/szmarczak/cacheable-lookup

aadi-paypay avatar Aug 04 '23 07:08 aadi-paypay