Revision 2c80f1a7
ID | 2c80f1a758f7fc6c98b76e0d85bd1b387dbac1ea |
Parent | d850ae23 |
Child | c4b0eb9b |
Split net.Downloader into abstract Downloader and concrete HttpDownloader.
This will allow the more general, non HTTP related stuff (progress events,
stream copying) to occur in a separate base class. HTTP specific stuff
(HTTP status codes, etag cache checking) is done in the HTTPDownloader
base class.
Files
- added
- modified
- copied
- renamed
- deleted