make fetch happen:加入失败者我们正在提出要求! 源码
使获取发生 是一个Node.js库,该库将打包具有不打算包括的其他功能,包括HTTP缓存支持,请求池,代理,重试! 安装 $ npm install --save make-fetch-happen 目录 例子 const fetch = require ( 'make-fetch-happen' ) . defaults ( { cacheManager : './my-cache' // path where cache will be written (and read) } ) fetch ( 'https://registry.npmjs.org/make-fetch-happen' ) . then ( res => { return res . json ( ) // download the body as JSON } ) . then ( body => {
文件列表
make-fetch-happen-latest.zip
(预估有个26文件)
make-fetch-happen-latest
happening.gif
1.65MB
.github
FUNDING.yml
62B
cache.js
8KB
CONTRIBUTING.md
21KB
.travis.yml
63B
LICENSE
755B
stop.gif
1.19MB
test
暂无评论