Solar_Http_Request_Adapter_Curl::_prepareCurlHandle()

protected resource Solar_Http_Request_Adapter_Curl::_prepareCurlHandle ( Solar_Uri $uri , array $headers , string $content )

Builds a cURL resource handle for _fetch() from property options.

Parameters

  • (Solar_Uri) $uri: The URI get a response from.

  • (array) $headers: A sequential array of headers.

  • (string) $content: The body content.

Returns

  • (resource) The cURL resource handle.

Description

Builds a cURL resource handle for _fetch() from property options.

See Also



Local