cache-http:节点http的缓存外观,增加了对If-Modified-Since标头的支持

时间:2024-05-29 00:30:48
【文件属性】:

文件名称:cache-http:节点http的缓存外观,增加了对If-Modified-Since标头的支持

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-29 00:30:48

JavaScript

Node.JS的缓存HTTP客户端 一个Node.JS,它将透明的缓存层添加到http和https客户端。 安装 $ npm install --save cache-http 文献资料 这是Node的http客户端的直接替代。 只需更改很少的代码即可支持缓存。 var cachedHttp = new require ( 'cache-http' ) ( 'http' ) ; var options = { host : < hostname> , port: < port> , path: < path> , method: 'GET', 'x-cacheable': true, } ; cachedHttp . request ( options , callback ) . end ( ) ; 第一行, require返回一个带有一个参数的构造函数:它


【文件预览】:
cache-http-master
----.gitignore(532B)
----protocols.js(5KB)
----package.json(804B)
----CONTRIBUTING.md(7KB)
----LICENSE(1KB)
----README.md(2KB)
----CHANGES.md(180B)
----test()
--------all.js(25KB)
--------E.jpg(5KB)

网友评论