simple-request-id
v1.0.0
Published
Simple Express middleware to attach an x-request-id to every request
Maintainers
Readme
simple-request-id
A lightweight Express middleware that ensures every request has an x-request-id.
If the header already exists, it preserves it. Otherwise, it generates a new UUID v4.
Installation
npm install simple-request-id