HttpClient组件提供了同步或异步获取HTTP资源的强大方法
HttpClient组件提供了同步或异步获取HTTP资源的强大方法Changelog (v5.2.3...v5.2.4)
- bug #40239 MockResponse total_time should not be simulated when provided (Pierrick VIGNAND)
- bug #40080 Fix Request with DNS issue not retried (jderusse)
Assets
2
Changelog (v5.2.2...v5.2.3)
- no changes
Assets
2
Changelog (v5.2.0...v5.2.1)
- bug #39228 Fix content swallowed by AsyncClient initializer (jderusse)
- bug #39286 throw clearer error when no scheme is provided (BackEndTea)
Assets
2
Changelog (v5.2.0-RC2...v5.2.0)
- bug #39211 fix binding to network interfaces (nicolas-grekas)
- bug #39115 don't fallback to HTTP/1.1 when HTTP/2 streams break (nicolas-grekas)
Assets
2
Changelog (v5.2.0-RC1...v5.2.0-RC2)
- no changes
Assets
2
fabpot released this
Changelog (v5.1.7...v5.1.8)
- bug #38647 relax auth bearer format requirements (xabbuh)
- bug #38551 Remove content-type check on toArray methods (jderusse)
- bug #38530 fix reading the body after a ClientException (nicolas-grekas)
- bug #38493 Fix CurlHttpClient memory leak (HypeMC)
Assets
2
fabpot released this
Changelog (v5.1.6...v5.1.7)
- bug #38388 Always "buffer" empty responses (nicolas-grekas)
- bug #38375 fix using proxies with NativeHttpClient (nicolas-grekas)
- bug #38368 Fix using https with proxies (bohanyang)
Assets
2
fabpot released this
Changelog (v5.1.5...v5.1.6)
- bug #38248 Allow bearer token with colon (stephanvierkant)
- bug #38215 Support for CURLOPT_LOCALPORT (derrabus)
- bug #38173 don't calculate alternatives if option is auth_ntlm (ybenhssaien)
- bug #38148 fail properly when the server replies with HTTP/0.9 (nicolas-grekas)
- bug #38122 Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property (emarref)
- bug #38086 with "bindto" with NativeHttpClient (nicolas-grekas)
Assets
2
fabpot released this
Changelog (v5.1.4...v5.1.5)
- no changes
Assets
2
fabpot released this
Changelog (v5.1.3...v5.1.4)
- bug #37966 Throw when the response factory callable does not return a valid response (fancyweb)
- bug #37927 fix chaining promises returned by HttplugClient (CthulhuDen)
Assets
2
fabpot released this
Changelog (v5.1.2...v5.1.3)
- bug #37491 Fix promise behavior in HttplugClient (brentybh)
- bug #37484 Fix http_version option usage (fancyweb)
- bug #37486 fix parsing response headers in CurlResponse (nicolas-grekas)
- bug #37440 fix casting TraceableResponse to php streams (nicolas-grekas)
- bug #37379 Support for cURL handler objects (derrabus)
- bug #37400 unset activity list when creating CurlResponse (nicolas-grekas)
- bug #37319 Convert CurlHttpClient::handlePush() to instance method (mpesari)
Assets
2
fabpot released this
Changelog (v5.1.1...v5.1.2)
- no changes
Assets
2
fabpot released this
Changelog (v5.1.0...v5.1.1)
- bug #37191 fix offset computation for data chunks (nicolas-grekas)
- bug #37190 disable AMP's inactivity timeout, we deal with it on our own already (nicolas-grekas)
- bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
- bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)
Assets
2
Changelog (v5.1.0-RC2...v5.1.0)
- no changes
Assets
2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- bug #36960 fix management of shorter-than-requested timeouts with AmpHttpClient (nicolas-grekas)
- bug #36935 Adjust AmpResponse to the stricter trait handling in php 8 (derrabus)
- bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
Assets
2
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)
- bug #36773 preserve the identity of responses streamed by TraceableHttpClient (nicolas-grekas)
- bug #36766 add TimeoutExceptionInterface (nicolas-grekas)
- bug #36765 fix dealing with informational response (nicolas-grekas)
Assets
2
fabpot released this
Changelog (v5.0.7...v5.0.8)
- bug #36422 fix HTTP/2 support on non-SSL connections - CurlHttpClient only (nicolas-grekas)
Assets
2
fabpot released this
Changelog (v5.0.6...v5.0.7)
- no changes
Assets
2
fabpot released this
Changelog (v5.0.5...v5.0.6)
- bug #36038 disable debug log with curl 7.64.0 (nicolas-grekas)
- bug #36023 fix requests to hosts that idn_to_ascii() cannot handle (nicolas-grekas)
Assets
2
fabpot released this
Changelog (v5.0.4...v5.0.5)
- bug #35714 Correctly remove trace level options for HttpCache (aschempp)
- bug #35674 fix getting response content after its destructor throwed an HttpExceptionInterface (nicolas-grekas)
- bug #35672 fix HttpClientDataCollector when handling canceled responses (thematchless)
- bug #35562 fix HttpClientDataCollector when handling canceled responses (nicolas-grekas)
Assets
2
Changelog (v5.0.2...v5.0.3)
- bug #35324 Fix strict parsing of response status codes (Armando-Walmeric)
- bug #35245 fix exception in case of PSR17 discovery failure (nicolas-grekas)
- bug #35223 Don't read from the network faster than the CPU can deal with (nicolas-grekas)
- bug #35210 NativeHttpClient should not send >1.1 protocol version (nicolas-grekas)
- bug #35209 fix support for non-blocking resource streams (nicolas-grekas)
- bug #35195 fix casting responses to PHP streams (nicolas-grekas)
- bug #35168 fix capturing SSL certificates with NativeHttpClient (nicolas-grekas)
- bug #35120 fix scheduling pending NativeResponse (nicolas-grekas)
Assets
2
Watchers:7 |
Star:1206 |
Fork:31 |
创建时间: 2019-03-08 00:34:48 |
最后Commits: 4天前 |
许可协议:MIT |
3c30754
Compare
Verified
Changelog (v5.2.5...v5.2.6)