Located in /Zend/Rest/Client.php (line 39)
Zend_Service_Abstract | --Zend_Rest_Client
Data for the query
Zend_Uri of this web service
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Performs an HTTP DELETE request to $path.
Performs an HTTP GET request to the $path.
Performs an HTTP POST request to $path.
Performs an HTTP PUT request to $path.
Set the URI to use in the request
Perform a POST or PUT
Performs a POST or PUT request. Any data provided is set in the HTTP client. String data is pushed in as raw POST data; array or object data is pushed in as POST parameters.
Method call overload
Allows calling REST actions as object methods; however, you must follow-up by chaining the request with a request to an HTTP request method (post, get, delete, put):
You can also use an HTTP request method as a calling method, using the path as the first argument:
Or use them together, but in sequential calls:
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Wed, 21 Feb 2007 11:46:15 -0800 by phpDocumentor 1.3.1