= private = protected
delete(key)
Removes a header field.
# File lib/net/http.rb, line 1413 def delete(key) @header.delete(key.downcase) end