I wonder how to access req object if there\'s no \'req\' parameter in callback.
This is the scenario: In ExpressJs, I have a common function, it uses to handle somet
Actually, this is possible with something like global-request-context
This is using zone.js which let you persist variables across async tasks.