Browse Source

Added MERGE HTTP verb

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19706 44c647ce-9c0f-0410-b52a-842ac1e357ba
maartenba 16 years ago
parent
commit
ad6cc84569
1 changed files with 2 additions and 1 deletions
  1. 2 1
      library/Zend/Http/Client.php

+ 2 - 1
library/Zend/Http/Client.php

@@ -75,7 +75,8 @@ class Zend_Http_Client
     const DELETE  = 'DELETE';
     const TRACE   = 'TRACE';
     const OPTIONS = 'OPTIONS';
-    const CONNECT = 'CONNECT';
+    const CONNECT = 'CONNECT';
+    const MERGE   = 'MERGE';
 
     /**
      * Supported HTTP Authentication methods