👎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
and connector-hyper-0-14-x
only.Structs§
- Connection
Id - A network traffic recording may contain multiple different connections occurring simultaneously
- Error
- Error response wrapper
- Event
- A network event
- Network
Traffic - A complete traffic recording
- Recording
Client - Recording client
- Replaying
Client - Replay traffic recorded by a
RecordingClient
- Request
- An initial HTTP request, roughly equivalent to
http::Request<()>
- Response
- An initial HTTP response roughly equivalent to
http::Response<()>