Class MetadataHttpResponse.HeaderMap

All Implemented Interfaces:
Function<String,​String>, Hash, Object2ObjectFunction<String,​String>, Object2ObjectMap<String,​String>, Object2ObjectSortedMap<String,​String>, Serializable, Cloneable, Function<String,​String>, Map<String,​String>, SortedMap<String,​String>
Enclosing class:
MetadataHttpResponse

public static final class MetadataHttpResponse.HeaderMap
extends Object2ObjectLinkedOpenCustomHashMap<String,​String>
A special map used for headers: keys are case-insensitive, and multiple puts are converted into comma-separated values.
See Also:
Serialized Form