$bodyLengthMax | HttpClient | protected |
$compress | HttpClient | protected |
$contextOptions | HttpClient | protected |
$curlLogFile | HttpClient | protected |
$effectiveIp | HttpClient | protected |
$effectiveUrl | HttpClient | protected |
$error | HttpClient | protected |
$headers | HttpClient | protected |
$outputStream | HttpClient | protected |
$privateIp | HttpClient | protected |
$proxyHost | HttpClient | protected |
$proxyPassword | HttpClient | protected |
$proxyPort | HttpClient | protected |
$proxyUser | HttpClient | protected |
$queue | HttpClient | protected |
$redirect | HttpClient | protected |
$redirectCount | HttpClient | protected |
$redirectMax | HttpClient | protected |
$request | HttpClient | protected |
$requestCharset | HttpClient | protected |
$response | HttpClient | protected |
$shouldFetchBody | HttpClient | protected |
$socketTimeout | HttpClient | protected |
$sslVerify | HttpClient | protected |
$streamTimeout | HttpClient | protected |
$useCurl | HttpClient | protected |
$version | HttpClient | protected |
$waitResponse | HttpClient | protected |
__construct(array $options=null) | HttpClient | |
addError($code, $message, $triggerWarning=false) | HttpClient | protected |
buildRequest(RequestInterface $request) | HttpClient | protected |
checkRequest(RequestInterface $request) | HttpClient | protected |
clearHeaders() | HttpClient | |
createHandler(RequestInterface $request, bool $async=false) | HttpClient | protected |
createPromise($handler, Http\Queue $queue) | HttpClient | protected |
createQueue(bool $backgroundJob=true) | HttpClient | protected |
DEFAULT_SOCKET_TIMEOUT | HttpClient | |
DEFAULT_STREAM_TIMEOUT | HttpClient | |
DEFAULT_STREAM_TIMEOUT_NO_WAIT | HttpClient | |
delete($url, $postData=null, $multipart=false) | AdsHttpClient | |
disableSslVerification() | HttpClient | |
download($url, $filePath) | HttpClient | |
get($url) | HttpClient | |
getCharset() | HttpClient | |
getContentType() | HttpClient | |
getCookies() | HttpClient | |
getDebugLevel() | DebugInterface | |
getEffectiveUrl() | HttpClient | |
getError() | HttpClient | |
getHeaders() | HttpClient | |
getPeerAddress() | HttpClient | |
getRequestHeaders() | HttpClient | |
getResponse() | HttpClient | |
getResult() | HttpClient | |
getStatus() | HttpClient | |
head($url) | HttpClient | |
HTTP_1_0 | HttpClient | |
HTTP_1_1 | HttpClient | |
HTTP_DELETE | AdsHttpClient | |
HTTP_GET | HttpClient | |
HTTP_HEAD | HttpClient | |
HTTP_OPTIONS | HttpClient | |
HTTP_PATCH | HttpClient | |
HTTP_POST | HttpClient | |
HTTP_PUT | HttpClient | |
post($url, $postData=null, $multipart=false) | HttpClient | |
prepareMultipart($postData) | HttpClient | protected |
query($method, $url, $entityBody=null) | HttpClient | |
saveFile($filePath) | HttpClient | |
sendAsyncRequest(RequestInterface $request) | HttpClient | |
sendRequest(RequestInterface $request) | HttpClient | |
setAuthorization($user, $pass) | HttpClient | |
setBodyLengthMax($bodyLengthMax) | HttpClient | |
setCharset($value) | HttpClient | |
setCompress($value) | HttpClient | |
setContextOptions(array $options) | HttpClient | |
setCookies(array $cookies) | HttpClient | |
setDebugLevel(int $debugLevel) | DebugInterface | |
setHeader($name, $value, $replace=true) | HttpClient | |
setHeaders(array $headers) | HttpClient | |
setOutputStream($handler) | HttpClient | |
setPrivateIp($value) | HttpClient | |
setProxy($proxyHost, $proxyPort=null, $proxyUser=null, $proxyPassword=null) | HttpClient | |
setRedirect($value, $max=null) | HttpClient | |
setStreamTimeout($value) | HttpClient | |
setTimeout($value) | HttpClient | |
setVersion($value) | HttpClient | |
shouldFetchBody(callable $callback) | HttpClient | |
wait() | HttpClient | |
waitResponse($value) | HttpClient | |