Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:47:34 +01:00
parent be97479321
commit 89c02a6292

View file

@ -265,3 +265,12 @@ foreach ($client->stream($responses) as $response => $chunk) {
- Multiplexing response headers and bodies - Multiplexing response headers and bodies
- Leverages HTTP/2 and PUSH when available - Leverages HTTP/2 and PUSH when available
- Keeps connections open also between synchronous requests, no DNS resolution so things are faster - Keeps connections open also between synchronous requests, no DNS resolution so things are faster
#### Decorators
- ScopingHttpClient - auto-configure options based on request URL
- MockHttpClient - for testing, doesn't make actual HTTP requests
- CachingHttpClient
- Psr18Client
- HttplugClient
- TraceableHttpClient