From 64713fa3f413aa95e42f2850a8c0ec7d3075644c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 11:31:55 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- ...2019-09-13-live-blogging-symfonylive-london.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 7d0d6a33..3a8eba49 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -208,9 +208,12 @@ Notifier ### 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 + +#### Some of the options + +* `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