Открытые члены | |
__construct (RequestInterface $request, Http\ResponseBuilder $responseBuilder, array $options=[]) | |
__destruct () | |
readRequestBody ($handle, $resource, $length) | |
receiveHeaders ($handle, $data) | |
receiveBody ($handle, $data) | |
getHandle () | |
Открытые члены унаследованные от Handler | |
__construct (RequestInterface $request, ResponseBuilder $responseBuilder, array $options=[]) | |
getRequest () | |
getResponse () | |
getLogger () | |
log (string $logMessage, int $level) | |
shouldFetchBody (callable $callback) | |
Открытые члены унаследованные от DebugInterface | |
setDebugLevel (int $debugLevel) | |
getDebugLevel () | |
Защищенные члены | |
setOptions (array $options) | |
buildHeaders () | |
Защищенные данные | |
CurlHandle | $handle |
$logFileHandle | |
Защищенные данные унаследованные от Handler | |
bool | $waitResponse = true |
int | $bodyLengthMax = 0 |
RequestInterface | $request |
ResponseBuilder | $responseBuilder |
$shouldFetchBody = null | |
string | $responseHeaders = '' |
Response | $response = null |
См. определение в файле handler.php строка 17
__construct | ( | RequestInterface | $request, |
Http\ResponseBuilder | $responseBuilder, | ||
array | $options = [] ) |
RequestInterface | $request | |
Http\ResponseBuilder | $responseBuilder | |
array | $options |
См. определение в файле handler.php строка 27
__destruct | ( | ) |
См. определение в файле handler.php строка 36
|
protected |
См. определение в файле handler.php строка 204
getHandle | ( | ) |
См. определение в файле handler.php строка 230
readRequestBody | ( | $handle, | |
$resource, | |||
$length ) |
См. определение в файле handler.php строка 138
receiveBody | ( | $handle, | |
$data ) |
См. определение в файле handler.php строка 183
receiveHeaders | ( | $handle, | |
$data ) |
См. определение в файле handler.php строка 150
|
protected |
См. определение в файле handler.php строка 46
|
protected |
См. определение в файле handler.php строка 19
|
protected |
См. определение в файле handler.php строка 20