# File lib/net/http.rb, line 906
    def copy(path, initheader = nil)
      request(Copy.new(path, initheader))
    end