Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
89c02a6292
commit
49f27b2e8c
|
@ -270,7 +270,17 @@ foreach ($client->stream($responses) as $response => $chunk) {
|
||||||
|
|
||||||
- ScopingHttpClient - auto-configure options based on request URL
|
- ScopingHttpClient - auto-configure options based on request URL
|
||||||
- MockHttpClient - for testing, doesn't make actual HTTP requests
|
- MockHttpClient - for testing, doesn't make actual HTTP requests
|
||||||
- CachingHttpClient
|
- CachingHttpClient - adds caching on a HTTP request
|
||||||
- Psr18Client
|
- Psr18Client
|
||||||
- HttplugClient
|
- HttplugClient
|
||||||
- TraceableHttpClient
|
- TraceableHttpClient
|
||||||
|
|
||||||
|
### Combining
|
||||||
|
#### FrameworkBundle/Autowiring
|
||||||
|
|
||||||
|
framework:
|
||||||
|
http_cloent:
|
||||||
|
max_host_connections: 4
|
||||||
|
deault_options:
|
||||||
|
# ....
|
||||||
|
scoped_client:
|
||||||
|
|
Loading…
Reference in a new issue