add(name:value:)
Add a header name/value pair to the block.
mutating func add(name: String, 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.