- class
ConnectionRequest(php\jsoup\ConnectionRequest) - source
php/jsoup/ConnectionRequest.php
Description
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|ConnectionRequestSetter and getter for timeout.
maxBodySize(int $bytes): int|ConnectionRequestSetter and getter for max of body size.
followRedirects(bool $enable): bool|ConnectionRequestSetter and getter.
ignoreHttpErrors(bool $enable): bool|ConnectionRequestignoreContentType(bool $enable): bool|ConnectionRequest