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
We only use reqwest in one specific situation to handle synchronous requests. This was done before async/await when futures where a much bigger burden, with async await it's easier just to make the whole function async.
The text was updated successfully, but these errors were encountered:
We only use reqwest in one specific situation to handle synchronous requests. This was done before async/await when futures where a much bigger burden, with async await it's easier just to make the whole function async.
The text was updated successfully, but these errors were encountered: