Refactor http files download 83/90083/2
authorMilan Verespej <m.verespej@partner.samsung.com>
Tue, 18 Jun 2019 11:40:08 +0000 (13:40 +0200)
committerMilan Verespej <m.verespej@partner.samsung.com>
Tue, 18 Jun 2019 16:41:41 +0000 (18:41 +0200)
commit2e1328a8867190f203043fb5758dc8117ba3d673
tree485de0595f1dcd275f8c7d9d14a1137bbe3e04f6
parentf2f06700b7b9ad99c9c182fc01ee5cc0782ead78
Refactor http files download

Original download scripts got out of hand.
This series of commits improves style of code
(code duplicates, etc.)

Issue-ID: OOM-1803

Change-Id: I7b82c1711d27fe450430fbe6d962a450301b0be0
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
build/download/concurrent_downloader.py [new file with mode: 0644]
build/download/downloader.py [new file with mode: 0644]
build/download/http_downloader.py [new file with mode: 0644]
build/download/http_file.py [new file with mode: 0644]