File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,12 @@ autoconfigure the HTTP client based on the requested URL:
334
334
You can define several scopes, so that each set of options is added only if a
335
335
requested URL matches one of the regular expressions set by the ``scope `` option.
336
336
337
+ .. tip ::
338
+
339
+ The options passed to the ``request() `` method are merged with the default
340
+ options defined in the scoped client. The options passed to ``request() ``
341
+ take precedence and override or extend the default ones.
342
+
337
343
If you use scoped clients in the Symfony framework, you must use any of the
338
344
methods defined by Symfony to :ref: `choose a specific service <services-wire-specific-service >`.
339
345
Each client has a unique service named after its configuration.
You can’t perform that action at this time.
0 commit comments