Index: branches/version-2_11-dev/data/module/HTTP/Request.php
===================================================================
--- branches/version-2_11-dev/data/module/HTTP/Request.php	(revision 21237)
+++ branches/version-2_11-dev/data/module/HTTP/Request.php	(revision 21282)
@@ -560,4 +560,11 @@
         }
     }
+	
+    function addPostDataArray($array, $preencoded = false)
+    {
+		foreach($array as $key => $val){
+			$this->addPostData($key, $val, $preencoded);
+		}
+    }	
 
    /**
