arti/crates/arti-hyper
Nick Mathewson d5170d5318 Increment versions of crates with trivial changes only.
"Trivial" here includes stuff like cargo reformatting, comment
edits, error message string changes, and clippy warning changes.
Crates that depend on these do not need to increment.
2022-06-24 11:43:02 -04:00
..
examples clippy: Consolidate many lints in maint/add_warning 2022-06-24 14:23:38 +01:00
src Run maint/add_warning crates/*/src/{lib,main}.rs 2022-06-23 19:15:42 +01:00
Cargo.toml Increment versions of crates with trivial changes only. 2022-06-24 11:43:02 -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