Instance Method
contains(name:)
Returns
true if the HTTPHeaders contains a value for the supplied name.func contains(name: HTTPHeaders.Name) -> Bool
Parameters
nameThe header field name to check.