REST Client

Package:
REST Client
Summary:
Send Web services requests to REST servers
Groups:
HTTP, PHP 5, Web services
Author:
Diogo Souza da Silva
Description:
This class can be used to send Web services requests to REST servers.

It can send GET, POST, PUT and DELETE HTTP requests to a Web service server that supports the REST protocol.

The class supports HTTP basic authentication, passing parameters in the request URL, send HTTP POST requests using either arrays with form data values or raw POST data, and use a custom content-type header value.


Powered by Gewgley