Public Member Functions | |
setTimeout ($timeout) | |
getTimeout () | |
setFollowLocation ($really) | |
whether to follow header Location or not | |
isFollowLocation () | |
setMaxRedirects ($maxRedirects) | |
maximum number of header Location followed | |
getMaxRedirects () | |
send (HttpRequest $request) |
Definition at line 15 of file HttpClient.class.php.
HttpClient::getMaxRedirects | ( | ) |
Implemented in CurlHttpClient.
HttpClient::getTimeout | ( | ) |
Implemented in CurlHttpClient.
HttpClient::isFollowLocation | ( | ) |
Implemented in CurlHttpClient.
HttpClient::send | ( | HttpRequest $ | request | ) |
HttpClient::setFollowLocation | ( | $ | really | ) |
whether to follow header Location or not
Implemented in CurlHttpClient.
HttpClient::setMaxRedirects | ( | $ | maxRedirects | ) |
maximum number of header Location followed
Implemented in CurlHttpClient.
HttpClient::setTimeout | ( | $ | timeout | ) |
$timeout | in seconds |
Implemented in CurlHttpClient.