Skip to main content

Module proxy

Module proxy 

Source
Expand description

Outbound proxy configuration and transport implementations.

Re-exports§

pub use crate::tcp::proxy::*;

Structs§

OutboundProxyBuilder
Selects the protocol for an OutboundProxy.
Socks4ProxyBuilder
Builds a SOCKS4 outbound proxy.
Socks5Credentials
Environment-backed username/password credentials for a SOCKS5 proxy.
Socks5ProxyBuilder
Builds a SOCKS5 outbound proxy.

Enums§

OutboundProxy
Proxy used for outbound sandbox connections.
OutboundProxyBuildError
Error returned when building an outbound proxy.
OutboundProxyParseError
Error returned when parsing an outbound proxy URI.
OutboundProxyProtocol
Protocol used by an OutboundProxy.