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]
fn new(proxy: Proxy, ssl: S) -> Result<Self>
Creates a new connection using the provided proxy server configuration and SSL implementation.