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