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 @@ -342,6 +342,12 @@ autoconfigure the HTTP client based on the requested URL:
342342 You can define several scopes, so that each set of options is added only if a
343343requested URL matches one of the regular expressions set by the ``scope `` option.
344344
345+ .. note ::
346+
347+ The options passed to the ``request() `` method are merged with the default
348+ options defined in the scoped client. The options passed to ``request() ``
349+ take precedence and override or extend the default ones.
350+
345351If you use scoped clients in the Symfony framework, you must use any of the
346352methods defined by Symfony to :ref: `choose a specific service <services-wire-specific-service >`.
347353Each client has a unique service named after its configuration.
You can’t perform that action at this time.
0 commit comments