Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 11:41:23 +01:00
parent 940552fa4d
commit d1ac86e8ec

View file

@ -244,3 +244,4 @@ foreach ($client->stream($responses) as $response => $chunk) {
* 379 request completed in 0.4s!
* `Stream` has second argument, max number of seconds to wait before yielding a timeout chunk
* `ResponseInterface::getInfo()` - get response headers, redirect count and URL, start time, HTTP method and code, user data and URL
* `getInfo('debug')` - displays debug information