$_headers $_headers : \Horde_Support_CaseInsensitiveArray Case-insensitive list of headers. Type \Horde_Support_CaseInsensitiveArray
getBody() getBody() : string Returns the body of the HTTP response. Returns string — HTTP response body.
getStream() getStream() Returns a stream pointing to the response body that can be used with all standard PHP stream functions.
getHeader() getHeader(string $header) : string Returns the value of a single response header. Parameters string $header Header name to get ('Content-Type', 'Content-Length', etc.). Returns string — HTTP header value.
__construct() __construct(string $uri, \http\Client\Response $response) Constructor. Parameters string $uri \http\Client\Response $response
_parseHeaders() _parseHeaders(array $headers) : array Parses an array of response headers, mindful of line continuations, etc. Parameters array $headers Returns array