Skip to content

mergeHttpConfig()

ts
function mergeHttpConfig(baseHttpConfig, httpConfig): HttpConfig;

Defined in: common/config.common.ts:13

Merge HTTP configurations

Parameters

ParameterTypeDescription
baseHttpConfigHttpConfigBase HTTP configuration
httpConfigHttpConfigHTTP configuration, that will overrride the base configuration

Returns

HttpConfig

Merged HTTP configuration

Since

1.0.0

Author

Simon Kovtyk