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
Nothing that's baked into the library. The HTTP stuff is basically a thin wrapper around HttpClient, and there's some decent info on how to implement progress indicators with that:
In Flurl there are several ways to get at the underlying HttpClient instance and manipulate it directly. So if you decide to implement this yourself and need help hooking it into Flurl, feel free to ping me.
Hi,
Is there a way to get upload and download progress?
I can't find anything about that in the doc.
The text was updated successfully, but these errors were encountered: