= private = protected
move(path, initheader = nil)
Sends a MOVE request to the path and gets a response, as an HTTPResponse object.
# File lib/net/http.rb, line 1147 def move(path, initheader = nil) request(Move.new(path, initheader)) end