Struct aws_sdk_rust::http::client::net::ProxyHttpsConnector [] [src]

pub struct ProxyHttpsConnector<S: SslClient> {
    // some fields omitted
}

A connector that uses an HTTP proxy server (pass-through for plaintext and tunneled for SSL sessions).

Methods

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

Creates a new connection using the provided proxy server configuration and SSL implementation.

Trait Implementations

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

Type of Stream to create

Connect to a remote address.