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

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.

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

Allows for a custom connector to be used with the HttpClient with extra configuration options

Trait Implementations

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

The future response value.

Auto Trait Implementations

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

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

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self