Issue Type: Improvement Created: 2011-08-11T11:44:34.000+0000 Last Updated: 2012-08-29T11:19:55.000+0000 Status: Open Fix version(s): Reporter: Geronimo Rowies (geronimo.rowies) Assignee: Shahar Evron (shahar) Tags: - Zend_Http_Client
Related issues: Attachments:
The HTTP methods PATCH, LINK and UNLINK should be added to the Zend_Http_Client_Adapter_Curl write() method, as specified in http://tools.ietf.org/html/rfc2068#section-19.6.1.
Posted by Geronimo Rowies (geronimo.rowies) on 2011-08-11T11:50:06.000+0000
Also, I would suggest to separate the http-method verification (just below the "// ensure correct curl call" comment) in a different method, like validate() or something, in such a way I can extend the component in a new class and overwrite the method.
Posted by Daniel Hartmann (danielmitd) on 2012-08-29T11:19:55.000+0000
Is there any progress for this ticket?
If not, I'd like to adapt the changes that have been made in ZF2 for that issue:
https://github.com/zendframework/zf2/pull/1877 https://github.com/zendframework/zf2/pull/1856
And extend the LINK and UNLINK methods.