Enum curl::easy::ProxyType [] [src]

pub enum ProxyType {
    Http,
    Http1,
    Socks4,
    Socks5,
    Socks4a,
    Socks5Hostname,
    // some variants omitted
}

Possible proxy types that libcurl currently understands.

Variants

Trait Implementations

impl Debug for ProxyType
[src]

Formats the value using the given formatter.