* @param \http\Client\Request $request The request to probe for transfer info.
* @throws \http\Exception\InvalidArgumentException
* @throws \http\Exception\UnexpectedValueException
- * @return object stdClass instance holding transfer related information.
+ * @return stdClass instance holding transfer related information.
*/
function getTransferInfo(\http\Client\Request $request) {}
/**
* Implements ArrayAccess.
*
* @param string $name The offset to retrieve.
- * @return mixed contents at offset.
+ * @return contents at offset.
*/
function offsetGet($name) {}
/**
* e.g. "libcurl/7.50.0 OpenSSL/1.0.2h zlib/1.2.8 libidn/1.32 nghttp2/1.12.0".
* See http\Client\Curl\Versions namespace.
*/
-const VERSIONS = 'libcurl/7.64.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.1.1 libpsl/0.20.2 (+libidn2/2.1.1) libssh2/1.8.0 nghttp2/1.36.0';
+const VERSIONS = 'libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3';
/**
* Use HTTP/1.0 protocol version.
*/
/**
* Version string of the SSL/TLS library, e.g. "OpenSSL/1.0.2h".
*/
-const SSL = 'OpenSSL/1.1.1a';
+const SSL = 'OpenSSL/1.1.1b';
/**
* Version string of the zlib compression library, e.g. "1.2.8".
*/
/**
* Retrieve the underlying stream resource.
*
- * @return resource the underlying stream.
+ * @return the underlying stream.
*/
function getResource() {}
/**