Crate arti_hyper
source · [−]Expand description
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.
Structs
Wrapper type that makes an Arti DataStream
implement necessary traits to be used as
a hyper
connection object (mainly Connection
).
Main entrypoint: hyper
connector to make HTTP[S] connections via Tor, using Arti.
Enums
Error making or using http connection