#http-request #tor #hyper-http #privacy #hyper #arti #anonymity

arti-hyper

Adapter for making anonymous http requests using the Tor network and hyper

26 releases (16 breaking)

0.19.0 Jun 5, 2024
0.17.0 Apr 2, 2024
0.14.1 Mar 4, 2024
0.12.0 Dec 4, 2023
0.1.0 Mar 1, 2022

#1909 in Network programming

Download history 182/week @ 2024-04-01 10/week @ 2024-04-08 13/week @ 2024-04-22 134/week @ 2024-04-29 31/week @ 2024-05-06 27/week @ 2024-05-13 31/week @ 2024-05-20 9/week @ 2024-05-27 175/week @ 2024-06-03 48/week @ 2024-06-10 7/week @ 2024-06-17 6/week @ 2024-06-24 265/week @ 2024-07-01 9/week @ 2024-07-08

296 downloads per month
Used in 3 crates

MIT/Apache

485KB
7K SLoC

arti-hyper

THIS CRATE IS OBSOLETE AND UNMAINTAINED

Using Arti with hyper version 1.x is fairly straightforward, and does not need this shim crate.

See the following examples in the Arti source tree:

You may continue to use this crate, but it will not receive security patches if any vulnerabilities are found.

Description

High-level layer for making http(s) requests the Tor network as a client, when using hyper prior to 1.0.

This can be used by applications which embed Arti, and could also be used as an example of how to build on top of arti_client.

There is an example program hyper.rs which uses arti-hyper to connect to Tor and make a single HTTP[S] request.

License: MIT OR Apache-2.0

Dependencies

~79MB
~1.5M SLoC