Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:49:33 +01:00
parent 8754e21a90
commit ec177f3c3f

View file

@ -278,11 +278,13 @@ foreach ($client->stream($responses) as $response => $chunk) {
### Combining
#### FrameworkBundle/Autowiring
framework:
http_cloent:
max_host_connections: 4
deault_options:
# ....
scoped_client:
```yml
framework:
http_client:
max_host_connections: 4
deault_options:
# ....
scoped_client:
# ...
```
#### HttpBrowser