From 9b361414db11b6ae14c652363930f4b94e310b67 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 11:30:22 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- .../_posts/2019-09-13-live-blogging-symfonylive-london.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ab99cd37d..72321a6ff 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -205,4 +205,10 @@ Notifier * Decorator/adapter to change to PSR compatible * Same for Httplug * What about the remaining 20%? - + * Options are part of the abstraction, not the implementation + * `timeout` - control inactivity periods + * `proxy` - get through a http proxy + * `on_progress` - display a progress bar / build a scoped client + * `base_url` - resolve relative URLS / build a scoped client + * `resolve` - protect webhooks against calls to internal endpoints + * `max_redirects` - disable or limit redirects