Skip to content

Commit bb5ddef

Browse files
committed
Added parameters to config reference.
1 parent 38ed08c commit bb5ddef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integrations/symfony-full-configuration.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ This page shows an example of all configuration values provided by the bundle.
5555
enabled: true
5656
logger: 'logger'
5757
formatter: null
58+
captured_body_length: 0
5859
redirect:
5960
enabled: true
6061
preserve_header: true
@@ -65,10 +66,17 @@ This page shows an example of all configuration values provided by the bundle.
6566
stopwatch:
6667
enabled: true
6768
stopwatch: 'debug.stopwatch'
69+
70+
discovery:
71+
client: 'auto'
72+
async_client: null
73+
6874
clients:
6975
acme:
7076
factory: 'httplug.factory.guzzle6'
7177
plugins: ['httplug.plugin.authentication.my_wsse', 'httplug.plugin.cache', 'httplug.plugin.retry']
78+
flexible_client: false
79+
http_methods_client: false
7280
config:
7381
verify: false
7482
timeout: 2

0 commit comments

Comments
 (0)