Re-exports§
pub use capability::classify_upstream_chain;pub use capability::CapabilityResult;pub use capability::TransportCapability;pub use capability::UpstreamCapabilities;
Modules§
Structs§
- Session
Context - Context for a proxy session.
- Target
Addr - The address of a target server.
- Upstream
Id - A unique identifier for an upstream proxy.
Enums§
- Auth
Error - Error types for authentication operations.
- Client
Identity - Client identity information.
- Connect
Error - Error types for connection operations.
- Protocol
Error - Error types for protocol operations.
- Protocol
Id - A unique identifier for a protocol handler.
- Reject
Reason - Reason for rejecting a connection.
- Relay
Error - Error types for relay operations.
- Route
Action - Action to take for a routed connection.
- Target
Host - The host of a target server, either an IP address or a domain name.
Traits§
- Async
Stream - A trait that combines AsyncRead and AsyncWrite for bidirectional streams.
Type Aliases§
- BoxStream
- A type alias for a boxed async stream.
- Listener
Id - A unique identifier for a listener.