- класс
ConnectionRequest
(php\jsoup\ConnectionRequest
) - исходники
php/jsoup/ConnectionRequest.php
Описание
Class ConnectionRequest
->
timeout()
- Setter and getter for timeout.->
maxBodySize()
- Setter and getter for max of body size.->
followRedirects()
- Setter and getter.->
ignoreHttpErrors()
->
ignoreContentType()
timeout(int $millis): int|ConnectionRequest
Setter and getter for timeout.
maxBodySize(int $bytes): int|ConnectionRequest
Setter and getter for max of body size.
followRedirects(bool $enable): bool|ConnectionRequest
Setter and getter.
ignoreHttpErrors(bool $enable): bool|ConnectionRequest
ignoreContentType(bool $enable): bool|ConnectionRequest