Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 257 → Rev 287

/trunk/framework/RestClient.php/Client.php
11,7 → 11,7
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Client {
class RestClient {
const HTTP_URL_REQUETE_SEPARATEUR = '&';
private $http_methodes = array('GET', 'POST', 'PUT', 'DELETE', 'HEAD', 'OPTIONS', 'CONNECT', 'TRACE');
protected $parametres = null;