fastify-debug-headers
v5.0.0
Published
Fastify plugin to add response debug headers.
Downloads
328
Maintainers
Readme
fastify-debug-headers
Fastify plugin to add response debug headers.
http://sw.cowtech.it/fastify-debug-headers
Installation
Just run:
npm install fastify-debug-headers --save
Usage
Register 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-By
header with the hostname of the machine which processed the request. Default istrue
.requestId
: If to add aX-Fastify-Request-Id
header with the request id. Default istrue
.responseTime
: If to add aX-Fastify-Response-Time
header with the response time in milliseconds. Default istrue
.
Once registered, the plugin will add the headers as described above.
ESM Only
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.
Contributing to fastify-debug-headers
- 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
Copyright (C) 2019 and above Shogun ([email protected]).
Licensed under the ISC license, which can be found at https://choosealicense.com/licenses/isc.