Struct hyper_socks::Socks4HttpsConnector [] [src]

pub struct Socks4HttpsConnector<S> { /* fields omitted */ }

A connector that will produce HttpsStreams proxied over a SOCKS4 server.

Methods

impl<S: SslClient> Socks4HttpsConnector<S>
[src]

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.

Trait Implementations

impl<S: Debug> Debug for Socks4HttpsConnector<S>
[src]

Formats the value using the given formatter.

impl<S: SslClient> NetworkConnector for Socks4HttpsConnector<S>
[src]

Type of Stream to create

Connect to a remote address.