From 940552fa4d2b31a0a95018f8901042fdad8075c7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 11:40:42 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 ++ 1 file changed, 2 insertions(+) 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 fc82b66e..c73338f7 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -240,5 +240,7 @@ 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