# File lib/httpclient/http.rb, line 273 def delete(key) key = key.upcase @header_item.delete_if { |k, v| k.upcase == key } end