Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:48:48 +01:00
parent 89c02a6292
commit 49f27b2e8c

View file

@ -270,7 +270,17 @@ foreach ($client->stream($responses) as $response => $chunk) {
- ScopingHttpClient - auto-configure options based on request URL
- MockHttpClient - for testing, doesn't make actual HTTP requests
- CachingHttpClient
- CachingHttpClient - adds caching on a HTTP request
- Psr18Client
- HttplugClient
- TraceableHttpClient
### Combining
#### FrameworkBundle/Autowiring
framework:
http_cloent:
max_host_connections: 4
deault_options:
# ....
scoped_client: