arti/crates/arti-hyper
Nick Mathewson 2c9f8e3547 Follow-on patchlevel bumps for crates with changed dependencies
These crates didn't have any changes until now, when I bumped
the versions of some other crates they depend on:

tor-consdiff
arti-hyper
arti-bench
arti-testing
2023-02-28 07:18:37 -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 Follow-on patchlevel bumps for crates with changed dependencies 2023-02-28 07:18:37 -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