Struct rusoto_core::request::HttpClient [−][src]
Http client for use with AWS services.
Implementations
impl HttpClient
[src]
pub fn new() -> Result<Self, TlsError>
[src]
Create a tls-enabled http client.
pub fn new_with_config(config: HttpConfig) -> Result<Self, TlsError>
[src]
Create a tls-enabled http client.
pub fn local_agent(&mut self, local_agent: String)
[src]
Sets a local agent that is prepended to the default HTTP
User-Agent
used by Rusoto.
impl<C> HttpClient<C> where
C: Connect + Clone + Send + Sync,
[src]
C: Connect + Clone + Send + Sync,
pub fn from_connector(connector: C) -> Self
[src]
Allows for a custom connector to be used with the HttpClient
pub fn from_connector_with_config(connector: C, config: HttpConfig) -> Self
[src]
Allows for a custom connector to be used with the HttpClient with extra configuration options
pub fn from_builder(builder: HyperBuilder, connector: C) -> Self
[src]
Alows for a custom builder and connector to be used with the HttpClient
Trait Implementations
impl<C> DispatchSignedRequest for HttpClient<C> where
C: Connect + Clone + Send + Sync + 'static,
[src]
C: Connect + Clone + Send + Sync + 'static,
fn dispatch(
&self,
request: SignedRequest,
timeout: Option<Duration>
) -> DispatchSignedRequestFuture
[src]
&self,
request: SignedRequest,
timeout: Option<Duration>
) -> DispatchSignedRequestFuture
Auto Trait Implementations
impl<C = HttpsConnector<HttpConnector<GaiResolver>>> !RefUnwindSafe for HttpClient<C>
impl<C> Send for HttpClient<C> where
C: Send,
C: Send,
impl<C> Sync for HttpClient<C> where
C: Sync,
C: Sync,
impl<C> Unpin for HttpClient<C> where
C: Unpin,
C: Unpin,
impl<C = HttpsConnector<HttpConnector<GaiResolver>>> !UnwindSafe for HttpClient<C>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,