PHP 클래스 Neos\Flow\Http\Client\CurlEngine

상속: implements Neos\Flow\Http\Client\RequestEngineInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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