1.2.0 • Published 2 years ago

egg-etag v1.2.0

Weekly downloads
73
License
MIT
Repository
github
Last release
2 years ago

egg-etag

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Wrap koa-etag and koa-conditional-get for egg

For better performance, we recommend to use Nginx ETag rather than use this plugin.

Install

$ npm i egg-etag --save

Usage

// {app_root}/config/plugin.js
exports.etag = {
  package: 'egg-etag',
};

Configuration

Support all configurations in etag.

// {app_root}/config/config.default.js
exports.etag = {
  weak: false,
};

Questions & Suggestions

Please open an issue here.

License

MIT