Struct hyper_socks::Socks5HttpsConnector
[−]
[src]
pub struct Socks5HttpsConnector<S> {
// some fields omitted
}A connector that will produce HttpsStreams proxied over a SOCKS4 server.
Methods
impl<S: Ssl> Socks5HttpsConnector<S>
fn new<T: ToSocketAddrs>(proxy: T, ssl: S) -> Result<Self>
Creates a new Socks4HttpsConnector which will connect to the specified
proxy with the specified userid, and use the provided SSL implementation
to encrypt the resulting stream.