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