arti/crates/arti-hyper
Ian Jackson f84d8777db cargo fmt to remove blank lines
Apparently cargo fmt doesn't like these, which my perl rune didn't
delete.

This commit is precisely the result of `cargo fmt`.
2022-10-12 15:29:04 +01:00
..
examples Allow "clippy::single_char_pattern" in tests. 2022-10-12 13:50:29 +01:00
src cargo fmt to remove blank lines 2022-10-12 15:29:04 +01:00
Cargo.toml Bump minor version of tor-rtcompat and most of its dependents 2022-10-03 10:01:46 -04: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