文件名称:superagent-pool:超级代理自动请求池
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-20 23:55:46
JavaScript
超级代理池 超级代理自动请求池。 只会发出一次请求,但会返回每个请求的结果,就像它多次请求资源一样。 神奇。 仅在幂等方法上合并请求: GET , HEAD , OPTIONS 。 安装 npm install superagent-pool 用法 var superagent = require ( 'superagent-pool' ) ( require ( 'superagent' ) ) superagent . get ( 'http://google.com' , fn ) superagent . get ( 'http://google.com' , fn ) superagent . get ( 'http://google.com' , fn ) function end ( err , res ) { // called 3 times, but reques
【文件预览】:
superagent-pool-master
----Readme.md(656B)
----.npmignore(29B)
----History.md(125B)
----Makefile(89B)
----.gitignore(23B)
----index.js(1KB)
----package.json(420B)