arti/crates/arti-hyper
Orhun Parmaksız bfd41ddb5f
Lexically sort Cargo.toml dependencies
Utilize cargo-sort: https://github.com/DevinR528/cargo-sort

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-05-28 20:05:51 +03:00
..
examples squash! Bump every crate's edition to 2021. 2022-04-25 13:06:26 -04:00
src Replace manual Clone impl with educe in arti-hyper 2022-03-02 18:06:37 +00:00
Cargo.toml Lexically sort Cargo.toml dependencies 2022-05-28 20:05:51 +03:00
README.md Update README.md files from rustdoc. 2022-03-01 08:30:53 -05:00

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