hapi 19 plugin: sets request.id from x-request-id (or custom like x-amzn-trace-id) header
Allows you to identify client requests within non-sequential logs such as Syslog by adding a response header of X-Request-Id
. Allows setting value via query parameter or request header. For Koa and Express.
Express middleware for adding unique request id using uuid / cuid
Generates a unique Request ID for every incoming HTTP request