|
@@ -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
|