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
Like you can add headers / auth and a base_url, I would love the ability to add extensions to the Client, and have them either merge (like headers) or overwrite (like auth).
This arrises from using base_url with ip and sni_hostname for https.
Right now my workaround is a wrapper that adds the sni_hostname to all requests, but it feels silly to do as the rest (base_url, auth and headers) is already preapplied via the Client
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Like you can add headers / auth and a base_url, I would love the ability to add extensions to the Client, and have them either merge (like headers) or overwrite (like auth).
This arrises from using base_url with ip and sni_hostname for https.
Right now my workaround is a wrapper that adds the sni_hostname to all requests, but it feels silly to do as the rest (base_url, auth and headers) is already preapplied via the Client
Beta Was this translation helpful? Give feedback.
All reactions