diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index e10a5502..60d0b0f7 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -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: