%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,mail,shell_exec,system,proc_open,popen,ini_alter,dl,proc_close,curl_exec,curl_multi_exec,readfile,parse_ini_file,escapeshellarg,escapeshellcmd,show_source,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,mail,php_uname,phpinfo MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/water/vendor/yiisoft/yii2-httpclient/ |
Upload File : |
Yii Framework 2 HTTP client extension Change Log ================================================ 2.0.12 October 08, 2019 ----------------------- - Enh #192: Implement `Request::responseTime()` which returns the seconds (microtime precession) elapsed from request to response (HenryVolkmer) 2.0.11 May 14, 2019 ------------------- - Bug #189: Fixed Content-Length header when using `CURLOPT_INFILE` option (alexkart) 2.0.10 April 30, 2019 --------------------- - Enh #167: Added support of multiple parameters with the same name for multipart requests (alexkart) 2.0.9 April 23, 2019 -------------------- - Bug #149: Fixed type error in `StreamTransport` when `$http_response_header = null` (alexkart) - Bug #171: Added "Content-Length: 0" header when sending request with empty body (alexkart) - Enh #66: Added `CURLOPT_FILE` option support to `CurlTransport` (alexkart) - Enh #85: Added `CurlFormatter` in order to support `CURLFile` for uploading files (alexkart) 2.0.8 April 16, 2019 -------------------- - Bug #168: `Response::detectFormatByContent` falsely detected HTML as XML (CeBe) - Bug #173: Added extra check to `Message::addData()` to prevent error on trying to merge non-array (samdark) - Enh #153: Allow configuring `JsonParser` to parse JSON as objects instead of arrays (CeBe) - Enh #174: Add `MockTransport` for test environments (Slamdunk) 2.0.7 September 24, 2018 ------------------------ - Bug #165: `Response::detectFormatByContent` now detects JSON Array (germanow) - Enh #156: Added `Request::setFullUrl()` return reference (vuongxuongminh) 2.0.6 February 13, 2018 ----------------------- - Bug #129: Fixed `Message::getHeaders()` unable to parse HTTP status code in case reason phrase contains `:` character (lan143) - Enh #142: `Request::createFullUrl()` now prevents appearance of multiple slashes while combining `Client::$baseUrl` and `Request::$url` (zhangdi) 2.0.5 November 03, 2017 ----------------------- - Bug #128: Fixed `Response` with redirection takes wrong 'Content-Type' header value for content parsing (klimov-paul) - Bug: Usage of deprecated `yii\base\Object` changed to `yii\base\BaseObject` allowing compatibility with PHP 7.2 (klimov-paul) - Enh #119: Options for client SSL certificate specification added to `Request::$options` (bscheshirwork) - Chg #118: Enforced cookie validation removed from `Request` (klimov-paul) 2.0.4 June 23, 2017 ------------------- - Bug #94: Fixed `XmlParser` does not respects character encoding from response headers (klimov-paul) - Bug #98: Fixed `Request::composeCookieHeader()` no longer performs url-encoding over cookie value (klimov-paul) - Bug #99: Fixed `Request::$content` is set to empty string by `UrlEncodedFormatter` and `JsonFormatter` from empty data (klimov-paul) - Bug #102: Fixed `XmlParser` does not converts `\SimpleXMLElement` into array for the grouped tags (kids-return) 2.0.3 February 15, 2017 ----------------------- - Bug #74: Fixed unable to reuse `Request` instance for sending several requests with different data (klimov-paul) - Bug #76: Fixed `HttpClientPanel` triggers `E_WARNING` on attempt to view history debug entry, generated without panel being attached (klimov-paul) - Bug #79: Fixed inability to use URL with query parameters as `Client::$baseUrl` (klimov-paul) - Bug #81: Fixed invalid Content-Disposition header in multipart request (cebe, PowerGamer1) - Bug #87: Fixed `Request::addOptions()` unable to override already set CURL options (klimov-paul) - Bug #88: Fixed `UrlEncodedFormatter` duplicates GET parameters during multiple request preparations (klimov-paul) 2.0.2 October 31, 2016 ---------------------- - Bug #61: Response headers extraction at `StreamTransport` changed to use `$http_response_header` to be more reliable (klimov-paul) - Bug #70: Fixed `Request::toString()` triggers `E_NOTICE` for not prepared request (klimov-paul) - Bug #73: Fixed `Response::detectFormatByContent()` unable to detect URL-encoded format, if source content contains `|` symbol (klimov-paul) 2.0.1 August 04, 2016 --------------------- - Bug #44: Fixed exception name collision at `Response` and `Transport` (cebe) - Bug #45: Fixed `XmlFormatter` unable to handle array with numeric keys (klimov-paul) - Bug #53: Fixed `XmlParser` unable to parse value wrapped with 'CDATA' (DrDeath72) - Bug #55: Fixed invalid display of Debug Toolbar summary block (rahimov) - Enh #43: Events `EVENT_BEFORE_SEND` and `EVENT_AFTER_SEND` added to `Request` and `Client` (klimov-paul) - Enh #46: Added `Request::getFullUrl()` allowing getting the full actual request URL (klimov-paul) - Enh #47: Added `Message::addData()` allowing addition of the content data to already existing one (klimov-paul) - Enh #50: Option 'protocolVersion' added to `Request::$options` allowing specification of the HTTP protocol version (klimov-paul) - Enh #58: Added `UrlEncodedFormatter::$charset` allowing specification of content charset (klimov-paul) - Enh: Added `XmlFormatter::useTraversableAsArray` allowing processing `\Traversable` as array (klimov-paul) 2.0.0.1 July 01, 2016 --------------------- - Enh: Fixed PHPdoc annotations (cebe) 2.0.0 July 1, 2016 ------------------ - Initial release.