Previous Page
_prepareContext()

Solar_Http_Request_Adapter_Stream
_prepareRequest()

Next Page
apiVersion()

_prepareRequest()

protected array _prepareRequest ( )

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 string of headers (including cookies), and element 1 is a string of content.

Description

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