arti/crates/arti-hyper
Ian Jackson decdd05ec5 Replace manual Clone impl with educe in arti-hyper 2022-03-02 18:06:37 +00:00
..
examples Merge branch 'main' into 364 2022-03-01 10:36:02 +00:00
src Replace manual Clone impl with educe in arti-hyper 2022-03-02 18:06:37 +00:00
Cargo.toml Replace manual Clone impl with educe in arti-hyper 2022-03-02 18:06:37 +00: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