- class
ConnectionResponse(php\jsoup\ConnectionResponse) - source
php/jsoup/ConnectionResponse.php
Description
Class ConnectionResponse
->headers()->cookies()->statusCode()- Get the status code of the response.->statusMessage()- Get the status message of the response.->charset()->body()->bodyAsBytes()->contentType()- Get the response content type (e.g. "text/html");->parse()
headers(): arraycookies(): arraystatusCode(): intGet the status code of the response.
statusMessage(): stringGet the status message of the response.
charset(): stringbody(): stringbodyAsBytes(): stringcontentType(): stringGet the response content type (e.g. "text/html");
parse(): Document