remove(name:)
Remove all values for a given header name from the block.
mutating func remove(name: String)
Parameters
- name
The name of the header field to remove from the block.
This method uses case-insensitive comparisons for the header field name.