PHP Класс Neos\Flow\Http\Client\CurlEngine

Наследование: implements Neos\Flow\Http\Client\RequestEngineInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$options array

Открытые методы

Метод Описание
sendRequest ( Request $request ) : Response Sends the given HTTP request
setOption ( integer $optionName, mixed $value ) Sets an option to be used by cURL.

Описание методов

sendRequest() публичный Метод

Sends the given HTTP request
public sendRequest ( Request $request ) : Response
$request Neos\Flow\Http\Request
Результат Neos\Flow\Http\Response The response or FALSE

setOption() публичный Метод

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

Описание свойств

$options защищенное свойство

protected array $options
Результат array