Removes a header field.
1243 1244 1245
# File 'lib/net/http.rb', line 1243 def delete(key) @header.delete(key.downcase) end