mergeHttpJsonBody()
ts
function mergeHttpJsonBody(...body): HttpJsonBodyOption;Defined in: common/merge.common.ts:101
Merge HTTP JSON bodies from different sources
Given HTTP JSON bodies will be merged in sequential order. If you provide HTTP JSON bodies A & B, the output would be A' & B.
Parameters
| Parameter | Type | Description |
|---|---|---|
...body | HttpJsonBodyOption[] | Different HTTP JSON bodies |
Returns
Merged HTTP JSON body
Since
1.0.0
Author
Simon Kovtyk