PRDownloader
PRDownloader copied to clipboard
How to get list of all download ids for resumed requests.
Is there any way to get list of download ids for resumed requests after app has killed?
I will add an easy API in the coming release.
@amitshekhariitbhu Does this library work for https as well ?
@amitshekhariitbhu Does this library work for https as well ?
Not support, for the http request implement by HTTPURLConnection by default. you can implement self HttpClient by okhttp to support https.