0.0.7 • Published 9 years ago

hapi-request-context v0.0.7

Weekly downloads
-
License
BSD
Repository
bitbucket
Last release
9 years ago

#hapi-request-context

Sets values form the HTTP headers on the CLS conext for each request

Make sure that you require the module the first time in yor index.js (or however your applicatioon entrypoint is named) to make sure that the context gets created correctly

'use strict';

require('hapi-request-context');

// The rest of your app startup code
var hapi = require('hapi');

License: BSD

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago