Struct rusoto_core::request::HttpClient[][src]

pub struct HttpClient<C = HttpsConnector<HttpConnector>> { /* fields omitted */ }

Http client for use with AWS services.

Methods

impl HttpClient
[src]

Create a tls-enabled http client.

impl<C> HttpClient<C> where
    C: Connect,
    C::Future: 'static, 
[src]

Allows for a custom connector to be used with the HttpClient

Trait Implementations

impl<C> DispatchSignedRequest for HttpClient<C> where
    C: Connect + 'static,
    C::Future: 'static, 
[src]

The future response value.

Dispatch Request, and then return a Response

Auto Trait Implementations

impl<C> Send for HttpClient<C> where
    C: Send + Sync

impl<C> Sync for HttpClient<C> where
    C: Send + Sync