# File lib/net/http.rb, line 864
    def proppatch(path, body, initheader = nil)
      request(Proppatch.new(path, initheader), body)
    end