# File lib/httpclient.rb, line 677 def trace(uri, *args, &block) request('TRACE', uri, argument_to_hash(args, :query, :body, :header), &block) end