Re-exports§
pub use arti_client;pub use tor_cell;pub use tor_hsservice;
Structs§
- Address
- IP address for Tor connections
- Hidden
Service - Tor Hidden Service
- Http
Client - Tor HTTP client
- Http
Client Builder - Builder for creating an
HttpClient. - Http
Server - Re-export of
poem::ServerAn HTTP Server. - Tor
- Connection to the Tor network
- TorConfig
- Used to configure connections to the Tor network, in most cases you will want to bootstrap on startup, but there are cases where you might want to delay bootrstrapping since it does take time.
- TorConnection
- An incoming Tor connection stream, this is used to accept requests from incoming clients
Enums§
Traits§
- Display
Redacted - A type that can be displayed in a redacted or un-redacted form, but which forces the caller to choose.