You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The precedence of how params passed in via config (i.e. httpclient.WithConfig(config)) and params passed manually (i.e. httpclient.WithParam(param)) apply to the returned client is somewhat non-intuitive without diving into the code.
Can we document the precedence of params passed via the config struct versus params passed individually to the builder?
The text was updated successfully, but these errors were encountered:
The precedence of how params passed in via config (i.e.
httpclient.WithConfig(config)
) and params passed manually (i.e.httpclient.WithParam(param)
) apply to the returned client is somewhat non-intuitive without diving into the code.Can we document the precedence of params passed via the config struct versus params passed individually to the builder?
The text was updated successfully, but these errors were encountered: