# File lib/net/http.rb, line 879
    def lock(path, body, initheader = nil)
      request(Lock.new(path, initheader), body)
    end