ConnectionResponse

php\jsoup\ConnectionResponse

abstract class

Methods


headers()
Returns:array
cookies()
Returns:array
statusCode()

Get the status code of the response.

Returns:int
statusMessage()

Get the status message of the response.

Returns:string
charset()
Returns:string
body()
Returns:string
bodyAsBytes()
Returns:string binary string
contentType()

Get the response content type (e.g. “text/html”);

Returns:string
parse()
Returns:php\jsoup\Document