Function: applyCustomHeaders()
applyCustomHeaders(
headers,settings):Record<string,string>
Defined in: provider-sdk/src/additionalParams.ts:65
Merge customIncludeHeaders into a copy of headers, skipping forbidden
header names (case-insensitive). Returns a new object; input is not mutated.
Parameters
headers
Record<string, string>
settings
Record<string, unknown>
Returns
Record<string, string>