文件名称:downit:节点的可恢复下载器
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-20 14:34:51
JavaScript
Downit-恢复节点中的下载 Downit只是将文件从URL下载到磁盘上的目标位置,如果服务器支持Range标头,则恢复以前的进度。 安装 npm i downit 用法 downit(url, dest, [options]) const downit = require ( 'downit' ) downit ( url , dest , { headers : { Authorization : 'Bearer Of Good News' } , progress : ( got , total ) => console . log ( 'Got ' , got , 'B of ' , total , 'B' ) , onrequest : req => { /* The node request instance */ } , onresponse : res
【文件预览】:
downit-master
----package.json(415B)
----package-lock.json(69B)
----bin()
--------downit(1KB)
----index.js(3KB)
----README.md(800B)