arti/crates/arti-hyper
Saksham Mittal e2c870ca1c
Remove unnecessary warning from arti-hyper/README
https://gitlab.torproject.org/tpo/core/arti/-/issues/715
has been fixed, so there is no need to display such a warning
2023-02-28 21:23:24 +05:30
..
examples Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
src Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
Cargo.toml Follow-on patchlevel bumps for crates with changed dependencies 2023-02-28 07:18:37 -05:00
README.md Remove unnecessary warning from arti-hyper/README 2023-02-28 21:23:24 +05:30

README.md

arti-hyper

High-level layer for making http(s) requests the Tor network as a client.

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