We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contextualizer adds a context member to the request object. Currently context is just the same value as the configuration.
context
"contextualizer": { "environment": "dev" }
--
The configuration of contextualizer can be anything and will be accessible in a middleware by calling req.context.
req.context
There was an error while loading. Please reload this page.