senecajs / seneca-transport

Seneca micro-services message transport over TCP and HTTP.
MIT License
63 stars 45 forks source link

Custom header support for web/http transport #71

Closed devfacet closed 8 years ago

devfacet commented 8 years ago

REF: https://twitter.com/rjrodger/status/695124594848632832

We have cases that request stream doesn't start with a Seneca service hence Seneca headers don't help to capture entire request lifecycle. So it would be nice if we be able to pass/inject our custom headers thru Seneca servers.

cc @rjrodger @geek