Settings
Help

Crate download_manager

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