request-id
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.
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.
hapi 19 plugin: sets request.id from x-request-id (or custom like x-amzn-trace-id) header
Generates a unique Request ID for every incoming HTTP request
[](http://standardjs.com/) [](https://travis-ci.org/dimonnwc3/fastify
Builds a stacked request id for logging across micro-services.
---
A middleware for restify to create request id (req.reqId).
Correlation transform streams useful in creating good data pipelines
Generates unique nano id for the request and sets X-Request-Id header
Middleware for managing request id headers in NestJS app.