Implement copy method, update move method and remove trailing
[arvados.git] / sdk / R / R / HttpRequest.R
index 4595fef662c1c9422af13dc0222a10bd9a9df48a..07defca90f4c99e8be9f8a73f7412f398ab1a701 100644 (file)
@@ -16,7 +16,7 @@ HttpRequest <- R6::R6Class(
         initialize = function()
         {
             self$validContentTypes <- c("text", "raw")
-            self$validVerbs <- c("GET", "POST", "PUT", "DELETE", "PROPFIND", "MOVE")
+            self$validVerbs <- c("GET", "POST", "PUT", "DELETE", "PROPFIND", "MOVE", "COPY")
         },
 
         exec = function(verb, url, headers = NULL, body = NULL, queryParams = NULL,