Zend\Http\Response\Stream::getBody

Get the response body as string

This method returns the body of the HTTP response (the content), as it should be in it's readable version - that is, after decoding it (if it was decoded), deflating it (if it was gzip compressed), etc. If you want to get the raw body (as transferred on wire) use $this->getRawBody() instead.