Crate download_manager

Source
Expand description

§download-manager

Download the Tor Browser Bundle over the tor network using multiple connections. We use HTTP Range requests to request the file in chunks.

Structs§

Args 🔒
Tor Browser Bundle download manager

Functions§

connect_to_url 🔒
Connect to a URL using a isolated Tor Client
get_checksums 🔒
Fetch a HashMap of filename to checksum from a [Uri]
get_content_length 🔒
Fetch the size of the Tor Browser Bundle
main 🔒
request_range 🔒
Request a range of bytes using HTTP Range requests