Get the entire response as string
string $br Line breaks (eg. "\n", "\r\n", "<br />"):
string
public function asString($br = "\n") { return $this ->getHeadersAsString(true, $br) . $br . $this ->getRawBody(); }