koa-static-etag

时间:2024-05-31 11:04:53
【文件属性】:

文件名称:koa-static-etag

文件大小:120KB

文件格式:ZIP

更新时间:2024-05-31 11:04:53

JavaScript

koa-static-etag Installation Install the plugin with npm: $ npm install koa-static-etag --save API const Koa = require('koa'); const app = new Koa(); app.use(require('koa-static-etag')(opts)); Options mode 可以是'etag'、'lastModified'、true 、false四种选项 如果是lastModified,则启用Last-Modified机制.如果是false,则不进行304机制检测。默认是 true,使用Etag机制. root 静态资源的根目录, 默认是 process.cwd(). pathMatch 请求路径的匹配规则,可以是 字符串、正则或者函数(返回true或者f


网友评论