arti/crates/arti-hyper
Ian Jackson 148cd61f2b Manually implement Clone for ArtiHttpConnector
This will be needed in a moment and doing it now makes the next patch
smaller and hence easier to read.
2022-02-28 13:07:44 +00:00
..
examples arti-hyper: Add note about missing https support 2022-02-23 14:35:41 +00:00
src Manually implement Clone for ArtiHttpConnector 2022-02-28 13:07:44 +00:00
Cargo.toml Bump minimum tokio to 1.7, since tokio-util now needs that. 2022-02-25 11:09:24 -05:00
README.md arti-hyper: empty crate skeleton 2022-02-23 13:55:14 +00:00

README.md

arti-hyper

High-level layer for making http(s) requests the Tor network as a client.

Feature flags

experimental-api -- Build with experimental, unstable API support. Note that these APIs are NOT covered by semantic versioning guarantees: we might break them or remove them between patch versions.

error_detail -- Make the TorError type transparent, and expose the Error within. Note that the resulting APIs are not stable.

native-tls (default), rustls -- Select TLS libraries to support.

License: MIT OR Apache-2.0