# File lib/net/http.rb, line 1246
    def delete(key)
      @header.delete(key.downcase)
    end