文件名称:cacheable-lookup:尊重TTL的可缓存dns.lookup(…)
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-30 05:24:19
dns query cache lookup resolve
可缓存查找 尊重TTL的可缓存 :party_popper: 发出大量HTTP请求? 您可以通过缓存DNS查找来节省一些时间 :high_voltage: 用法 使用lookup选项 const http = require ( 'http' ) ; const CacheableLookup = require ( 'cacheable-lookup' ) ; const cacheable = new CacheableLookup ( ) ; http . get ( 'http://example.com' , { lookup : cacheable . lookup } , response => { // Handle the response here } ) ; 将CacheableLookup附加到代理 const http = require ( 'http' ) ; const CacheableLookup
【文件预览】:
cacheable-lookup-master
----benchmark.js(2KB)
----index.test-d.ts(2KB)
----.gitattributes(52B)
----source()
--------index.js(9KB)
----.github()
--------workflows()
----LICENSE(1KB)
----README.md(8KB)
----index.d.ts(5KB)
----.npmrc(19B)
----.editorconfig(211B)
----tests()
--------test.js(25KB)
----.gitignore(52B)
----package.json(1020B)