version 1.2.0
Wrap koa-etag and koa-conditional-get for egg
For better performance, we recommend to use Nginx ETag rather than use this plugin.
$ npm i egg-etag --save
// {app_root}/config/plugin.js exports.etag = { package: 'egg-etag', };
Support all configurations in etag.
// {app_root}/config/config.default.js exports.etag = { weak: false, };
Please open an issue here.
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
egg-etag
Wrap koa-etag and koa-conditional-get for egg
For better performance, we recommend to use Nginx ETag rather than use this plugin.
Install
Usage
Configuration
Support all configurations in etag.
Questions & Suggestions
Please open an issue here.
License
MIT