Struct hyper_socks::Socks5HttpConnector [] [src]

pub struct Socks5HttpConnector { /* fields omitted */ }

A connector that will produce HttpStreams proxied over a SOCKS5 server.

Methods

impl Socks5HttpConnector
[src]

Creates a new Socks5HttpConnector which will connect to the specified proxy.

Trait Implementations

impl Debug for Socks5HttpConnector
[src]

Formats the value using the given formatter.

impl NetworkConnector for Socks5HttpConnector
[src]

Type of Stream to create

Connect to a remote address.