# File lib/net/http.rb, line 876
    def unlock(path, body, initheader = nil)
      request(Unlock.new(path, initheader), body)
    end