aws-smithy-http-client 1.4.0

HTTP client abstractions for generated smithy clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

//! Shared support for `aws-smithy-http-client` integration tests.

pub(crate) mod client;

#[cfg(all(feature = "wire-mock", feature = "rustls-aws-lc"))]
pub(crate) mod h2;

#[cfg(any(feature = "__rustls", feature = "s2n-tls"))]
pub(crate) mod tls;