Hey guys,

can you take a look at the following issue:
http://framework.zend.com/issues/browse/ZF-5875

In summary, I am proposing a couple convenience methods to the
Zend_Http_Client, e.g.:

$client->post($data); // for a post request
$client->put($data); // for a put request

... delete, head, etc..

I've implemented them in different projects and I just thought it
would be nice to have those in the "standard library" vs. extending
the client each time and writing it myself.

If you're in favour -- please vote.

Thanks,
Till

Reply via email to