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