PHP Class Neos\Flow\Http\Client\CurlEngine

Inheritance: implements Neos\Flow\Http\Client\RequestEngineInterface
Mostra file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$options array

Public Methods

Method Description
sendRequest ( Request $request ) : Response Sends the given HTTP request
setOption ( integer $optionName, mixed $value ) Sets an option to be used by cURL.

Method Details

sendRequest() public method

Sends the given HTTP request
public sendRequest ( Request $request ) : Response
$request Neos\Flow\Http\Request
return Neos\Flow\Http\Response The response or FALSE

setOption() public method

Sets an option to be used by cURL.
public setOption ( integer $optionName, mixed $value )
$optionName integer One of the CURLOPT_* constants
$value mixed The value to set

Property Details

$options protected_oe property

protected array $options
return array