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
Adding AbortSignal option to the BaseHttpClient interface would allow users to pass their custom signal to the HttpClient (alongside the timeout, which should be renamed to timeoutMillis to follow the best practices in this repo).