1 # http\Client\Curl Changelog
4 * Added request options:
10 * Added request option constants:
11 * http\Client\Curl\POSTREDIR_303
12 * http\Client\Curl\AUTH_SPNEGO
13 * http\Client\Curl\SSL_VERSION_TLSv1_0
14 * http\Client\Curl\SSL_VERSION_TLSv1_1
15 * http\Client\Curl\SSL_VERSION_TLSv1_2
17 * Added request options:
20 * Added SSL request options:
24 * Added request option constants:
25 * http\Client\Curl\HTTP_VERSION_2_0
26 * http\Client\Curl\TLS_AUTH_SRP
28 * Added request options:
31 * Added SSL request options:
34 * Added request option constants:
35 * http\Client\Curl\HTTP_VERSION_2TLS
38 * http\Client::setDebug()
39 * Added client configure options:
42 * Changed client configure options:
43 * bool $use_eventloop changed to mixed to accept an http\Client\Curl\User implementation
45 * http\Client\Curl::FEATURES
46 * http\Client\Curl::VERSIONS
48 * http\Client\Curl\Features
49 * http\Client\Curl\Versions
51 * http\Client\Curl\User