arti/crates/arti-hyper
Nick Mathewson 7c1b6a5a81 Bump the patch version of every crate that had API additions
These crates had API or behavior changes that may affect downstream
crates. Fortunately, they're all version 0.x, and don't need minor
bumps for this.
2023-02-01 10:36:29 -05:00
..
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 Bump the patch version of every crate that had API additions 2023-02-01 10:36:29 -05:00
README.md Added x86_64-apple-darwin to fallback to "tls-api-openssl" 2023-01-07 12:57:23 +01: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.

Warning

On apple-darwin targets only the tls-api-openssl tls implementation is working. If you get a issue related to tls failure, please refer to issue #715.

License: MIT OR Apache-2.0