hapi-set-header

1.0.2 • Public • Published

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');

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i hapi-set-header

    Weekly Downloads

    60

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • davidwood