remove(name:)

Remove all values for a given header name from the block.

HTTPTypes.swift:423
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.