= private = protected
key?(key)
true if key header exists.
# File lib/net/http.rb, line 1562 def key?(key) @header.key?(key.downcase) end