Fastify plugin to add response debug headers.
http://sw.cowtech.it/fastify-debug-headers
Just run:
npm install fastify-debug-headers --save
Register as a plugin, optional providing any of the following options:
prefix
: The prefix to use for the headers. Default is Fastify
.servedBy
: If to add a X-Fastify-Served-By
header with the hostname of the machine which processed the request. Default is true
.requestId
: If to add a X-Fastify-Request-Id
header with the request id. Default is true
.responseTime
: If to add a X-Fastify-Response-Time
header with the response time in milliseconds. Default is true
.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.
Copyright (C) 2019 and above Shogun (shogun@cowtech.it).
Licensed under the ISC license, which can be found at https://choosealicense.com/licenses/isc.