3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Progress Multipart Upload #218

Closed SalvatoreAD closed 4 years ago

SalvatoreAD commented 6 years ago

networking.progressHandler = { progress in print(progress) }

I tried this function but it does not work. Is it possible to know the percentage of upload and download of a request post?

3lvis commented 6 years ago

Hi @SalvatoreAD,

Sorry for not replying before. I don't remember adding a progressHandler... but surely this is something that should be prioritized.

SalvatoreAD commented 6 years ago

@3lvis Thanks, it would be really useful in order to integrate your library completely. The library is really excellent.