Solar_Http_Response::getContent()
public
string
Solar_Http_Response::getContent ( void
)
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.