michaelleeallen / reducto

A small module that aims to reduce the amount of code needed to create apps with a distributed back end in express.js

Home Page:http://michaelleeallen.github.io/reducto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Service Call Response to be Used in Downstream Service Call Session

michaelleeallen opened this issue · comments

Currently reducto only supports using the original request body, URI params, and query params in the service call session data. The session data should also include the res.locals data so that one service can depend on the response of another. NOTE: this would only apply to serial service calls, not to batch service calls.