# File lib/net/http.rb, line 909 def move(path, initheader = nil) request(Move.new(path, initheader)) end