Private
#mappingList of mappings to maintain insertion order.
Private
#mappingsMapping of lower-case header names to {key:X, val:[]} values.
Private
#addAdd/replace values on a map.
the key to change
the value to add; if undefined
then nothing will be added
Optional
replace: booleanif true
then replace all existing values;
if false
append to any existing values
this object
Generated using TypeDoc
A case-insensitive, case-preserving string key multi-value map object.
This map supports
null
values but ignores attempts to add keys withundefined
values.