Previous Page
dump()

Solar_Http_Response
getContent()

Next Page
getCookie()

getContent()

public string getContent ( )

Gets the body content of the response.

Parameters

  • None.

Returns

  • (string) The body content of the response.

Description

Gets the body content of the response.

While this is not strictly necessary (because $content is public), it serves to complete the get/set method list.