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
Currently, NewClient does not provide a direct option to pass a custom HTTP client. A custom HTTP client would allow setting arbitrary headers (such as Authorization or cookies) before initiating the connection.
There are also some other issues requesting custom methods other than just GET. What if there was a NewAdvancedClient function with a more flexible and advanced API to allow these more unusual cases?
The text was updated successfully, but these errors were encountered:
Currently, NewClient does not provide a direct option to pass a custom HTTP client. A custom HTTP client would allow setting arbitrary headers (such as Authorization or cookies) before initiating the connection.
There are also some other issues requesting custom methods other than just GET. What if there was a NewAdvancedClient function with a more flexible and advanced API to allow these more unusual cases?
The text was updated successfully, but these errors were encountered: