Function aws_sdk_rust::aws::s3::s3client::http_client
[−]
[src]
pub fn http_client(proxy: Option<Url>, endpoint: Url) -> Client
Returns a valid hyper client. If proxies are passed in then a proxy version of the client is returned. If None is passed then in then the default Client is returned.