# File lib/net/http.rb, line 918 def trace(path, initheader = nil) request(Trace.new(path, initheader)) end