hapi-set-header

v1.0.2
Set a Hapi response header for all requests
hapi header

hapi-set-header

Circle CI bitHound Overall Score

hapi-set-header allows for globally setting a response header using an onPreResponse extension. Compatible with Boom responses.

Usage

The following example sets the Server header to Test Server

const Hapi = require('hapi');
const setHeader = requre('hapi-set-header');
const server = new Hapi.Server({});
setHeader(server, 'Server', 'Test Server');
npm i hapi-set-header

Metadata

  • MIT
  • >=4.0.0
  • David Wood
  • released 2/22/2016

Downloads

Maintainers