Module aws_smithy_runtime::client::http::test_util
source · 👎Deprecated: Direct HTTP test utility support from
aws-smithy-runtime
crate is deprecated. Please use the test-util
feature from aws-smithy-http-client
insteadAvailable on crate features
client
and test-util
only.Modules§
Structs§
- Test Connection to capture a single request
- Receiver for
CaptureRequestHandler
. - A client that will never respond.
- NeverTcpConnector
connector-hyper-0-14-x
A TCP connector that never connects. - Test data for the
StaticReplayClient
. - Request/response replaying client for use in tests.
Functions§
- Create a
SharedHttpClient
fromFn(http:Request) -> http::Response