Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download and upload progress #55

Closed
cordechasse opened this issue Sep 18, 2015 · 1 comment
Closed

Download and upload progress #55

cordechasse opened this issue Sep 18, 2015 · 1 comment

Comments

@cordechasse
Copy link

Hi,

Is there a way to get upload and download progress?
I can't find anything about that in the doc.

@tmenier
Copy link
Owner

tmenier commented Sep 18, 2015

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:

http://stackoverflow.com/questions/20661652/progress-bar-with-httpclient
http://stackoverflow.com/questions/21169573/how-to-implement-progress-reporting-for-portable-httpclient

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.

@tmenier tmenier closed this as completed Sep 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants