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