Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
142e884e0e
commit
64713fa3f4
|
@ -208,9 +208,12 @@ Notifier
|
||||||
|
|
||||||
### What about the remaining 20%?
|
### What about the remaining 20%?
|
||||||
* Options are part of the abstraction, not the implementation
|
* Options are part of the abstraction, not the implementation
|
||||||
* `timeout` - control inactivity periods
|
|
||||||
* `proxy` - get through a http proxy
|
#### Some of the options
|
||||||
* `on_progress` - display a progress bar / build a scoped client
|
|
||||||
* `base_url` - resolve relative URLS / build a scoped client
|
* `timeout` - control inactivity periods
|
||||||
* `resolve` - protect webhooks against calls to internal endpoints
|
* `proxy` - get through a http proxy
|
||||||
* `max_redirects` - disable or limit redirects
|
* `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
|
||||||
|
|
Reference in a new issue