Solar_Http_Request_Adapter_Curl::_prepareRequest()

protected array Solar_Http_Request_Adapter_Curl::_prepareRequest ( void )

Prepares $this->_headers, $this->_cookies, and $this->content for the request.

Inherited from Solar_Http_Request_Adapter.

Parameters

  • None.

Returns

  • (array) A sequential array where element 0 is a URI object, element 1 is string of headers (including cookies), and element 2 is a string of content.

Description

Prepares $this->_headers, $this->_cookies, and $this->content for the request.



Local