From 32e5e150737d51d87c49d24b13f83ef9c1201573 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 31 Dec 2018 11:34:46 -0500 Subject: [PATCH] updating README with new http_client options --- README.md | 9 ++++++++- bin/update_readme | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e076b74..460f8fa1 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,14 @@ any provider. # app/config/config.yml knpu_oauth2_client: # can be set to the service id of a service that implements Guzzle\ClientInterface - http_client: null + # http_client: null + + # options to configure the default http client + # http_client_options + # timeout: 0 + # proxy: null + # Use only with proxy option set + # verify: false clients: # will create service: "knpu.oauth2.client.amazon" diff --git a/bin/update_readme b/bin/update_readme index 043486d7..19515e4a 100755 --- a/bin/update_readme +++ b/bin/update_readme @@ -222,7 +222,14 @@ any provider. # app/config/config.yml knpu_oauth2_client: # can be set to the service id of a service that implements Guzzle\ClientInterface - http_client: null + # http_client: null + + # options to configure the default http client + # http_client_options + # timeout: 0 + # proxy: null + # Use only with proxy option set + # verify: false clients: %PROVIDERS_ENTRIES%