Struct hyper_socks::Socks4HttpConnector [] [src]

pub struct Socks4HttpConnector { /* fields omitted */ }

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

Methods

impl Socks4HttpConnector
[src]

Creates a new Socks4HttpConnector which will connect to the specified proxy with the specified userid.

Trait Implementations

impl Debug for Socks4HttpConnector
[src]

Formats the value using the given formatter.

impl NetworkConnector for Socks4HttpConnector
[src]

Type of Stream to create

Connect to a remote address.