REST Client
Package:
Summary:
Send Web services requests to REST servers
Groups:
Author:
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.
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.
Comments are closed.