Crates.io | arti-hyper |
lib.rs | arti-hyper |
version | 0.19.0 |
source | src |
created_at | 2022-03-01 14:34:44.021676 |
updated_at | 2024-06-05 17:13:53.273229 |
description | Adapter for making anonymous http requests using the Tor network and hyper |
homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
max_upload_size | |
id | 541588 |
size | 148,561 |
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.
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