Fastify plugin to add response debug headers.
http://sw.cowtech.it/fastify-debug-headers
Just run:
npm install fastify-debug-headers --saveRegister as a plugin, optional providing any of the following options:
prefix: The prefix to use for the headers. Default isFastify.servedBy: If to add aX-Fastify-Served-Byheader with the hostname of the machine which processed the request. Default istrue.requestId: If to add aX-Fastify-Request-Idheader with the request id. Default istrue.responseTime: If to add aX-Fastify-Response-Timeheader with the response time in milliseconds. Default istrue.
Once registered, the plugin will add the headers as described above.
This package only supports to be directly imported in a ESM context.
For informations on how to use it in a CommonJS context, please check this page.
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
Copyright (C) 2019 and above Shogun (shogun@cowtech.it).
Licensed under the ISC license, which can be found at https://choosealicense.com/licenses/isc.