Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:44:01 +01:00
parent 7aabce05e9
commit e31ecb1c7e

View file

@ -254,7 +254,7 @@ foreach ($client->stream($responses) as $response => $chunk) {
- extended (time) info
- transparent HTTP compression and (de)chunking
- automatic HTTP proxy configuration via env vars
* NativeHttpClient is most portable, works for everyone
* `NativeHttpClient` is most portable, works for everyone
- based on HTTP stream wrapper with fixed redirect logic
- blocking until response headers arrive
-