Sends a MOVE request to the server; returns an instance of a subclass of Net::HTTPResponse.
The request is based on the Net::HTTP::Move object created from string path and initial headers hash initheader.
http = Net::HTTP.new(hostname)
http.move('/todos/1')