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
{{ message }}
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Right now we create a new HttpClient for each request. This is a poor design since we could be re-using the resources in HttpClient by re-using the same instance for all of our requests.