mergeResponse
mergeResponse(
responseAcc,patch):void
Defined in: utils/compose-with.js:69
Merges a response patch into the response accumulator.
headersarrays are appended (additive across middleware)- All other properties are assigned (last writer wins)
Parameters
Section titled “Parameters”responseAcc
Section titled “responseAcc”any
Mutable response accumulator
any
Response contribution from middleware
Returns
Section titled “Returns”void