Overview

Namespaces

  • None
  • PHP

Classes

  • RESTian
  • RESTian_Application_Json_Parser
  • RESTian_Application_Serialized_Php_Parser
  • RESTian_Application_Xml_Parser
  • RESTian_Auth_Provider_Base
  • RESTian_Base
  • RESTian_Basic_Http_Auth_Provider
  • RESTian_Client
  • RESTian_Http_Agent_Base
  • RESTian_Not_Applicable_Provider
  • RESTian_Parser_Base
  • RESTian_Php_Curl_Http_Agent
  • RESTian_Request
  • RESTian_Response
  • RESTian_Service
  • RESTian_Settings
  • RESTian_Text_Csv_Parser
  • RESTian_Text_Html_Parser
  • RESTian_Text_Plain_Parser
  • RESTian_Var
  • RESTian_WordPress_Http_Agent
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class RESTian_Php_Curl_Http_Agent

An HTTP Agent for RESTian that uses PHP's CURL to make HTTP requests.

RESTian_Http_Agent_Base
Extended by RESTian_Php_Curl_Http_Agent
Located at http-agents/php-curl-http-agent.php
Methods summary
public RESTian_Response
# make_request( RESTian_Request $request, RESTian_Response $response )

Makes an HTTP request using PHP's CURL

Makes an HTTP request using PHP's CURL

Parameters

$request
RESTian_Request
$request
$response
RESTian_Response
$response

Returns

RESTian_Response

Throws

Exception

Overrides

RESTian_Http_Agent_Base::make_request()
Methods inherited from RESTian_Http_Agent_Base
__construct()
Properties inherited from RESTian_Http_Agent_Base
$agent_type, $error_msg, $error_num
API documentation generated by ApiGen 2.8.0