Function: normalizeHeaderValue()
function normalizeHeaderValue(value: string): string;
Defined in: electron/services/monitoring/shared/httpMonitorStringUtils.ts:13
Normalizes a header value by trimming whitespace and collapsing internal whitespace to single spaces.
Parameters
value
string
Returns
string