node-http-proxy
node-http-proxy copied to clipboard
feat: expose http(s).request lookup option and add types
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