egg-hhtcex-request-id

add request id

Usage no npm install needed!

<script type="module">
  import eggHhtcexRequestId from 'https://cdn.skypack.dev/egg-hhtcex-request-id';
</script>

README

egg-hhtcex-request-id

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

Install

$ npm i egg-hhtcex-request-id --save

Usage

// {app_root}/config/plugin.js
exports.hhtcexRequestId = {
  enable: true,
  package: 'egg-hhtcex-request-id',
};

Configuration

// {app_root}/config/config.default.js
exports.hhtcexRequestId = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT