Closed joelso closed 8 years ago
Will make API gateway pick up headers from bus message and populate HTTP headers on response.
headers
For example:
{ status: 200, headers: { 'Set-Cookie': 'foo' } }
Will result in that Set-Cookie header is set to foo on HTTP response.
Set-Cookie
foo
Note: this depends on new syntax in fruster-bus which is in this PR https://github.com/FrostDigital/fruster-bus-js/pull/3
@Florry or @nilsok please review
Will make API gateway pick up
headers
from bus message and populate HTTP headers on response.For example:
Will result in that
Set-Cookie
header is set tofoo
on HTTP response.