# File lib/rack/response.rb, line 60
    def delete_cookie(key, value={})
      Utils.delete_cookie_header!(header, key, value)
    end