add(name:value:)
Add a header name/value pair to the block.
mutating func add(name: Name, value: String)
Parameters
This method is strictly additive: if there are other values for the given header name already in the block, this will add a new entry. add
performs case-insensitive comparisons on the header field name.