egg-etag

v1.2.0
etag && conditional-get plugin for egg
egg egg-plugin eggPlugin etag

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

npm i egg-etag

Metadata

  • MIT
  • >=6.0.0
  • TZ
  • released 5/23/2022

Downloads