@tdsoft/request-id
v0.2.4
Published
Request-id let you keep request reference through whole request handling plus will attach it to sub-requests.
Downloads
4
Maintainers
Readme
##request-id Simple package based on async-local-storage that let you have context identification of request by storing it id as "x-request-id" in async local storage. Attaching middleware to your express services let you have "x-request-id" grabbed from request, or created if its not here. Requester is simple node http/https wrapper that'll auto attach "x-request-id" to your headers so the id can be passed further.