Parcourir la source

Added MERGE HTTP verb

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19706 44c647ce-9c0f-0410-b52a-842ac1e357ba
maartenba il y a 16 ans
Parent
commit
ad6cc84569
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 DELETE  = 'DELETE';
     const TRACE   = 'TRACE';
     const TRACE   = 'TRACE';
     const OPTIONS = 'OPTIONS';
     const OPTIONS = 'OPTIONS';
-    const CONNECT = 'CONNECT';
+    const CONNECT = 'CONNECT';
+    const MERGE   = 'MERGE';
 
 
     /**
     /**
      * Supported HTTP Authentication methods
      * Supported HTTP Authentication methods