Module aws_smithy_http_client::test_util::dvr
source · Available on crate feature
test-util
only.Expand description
Extremely Experimental Test Connection
Warning: Extremely experimental, API likely to change.
DVR is an extremely experimental record & replay framework that supports multi-frame HTTP request / response traffic.
Structs§
- A network traffic recording may contain multiple different connections occurring simultaneously
- Error response wrapper
- A network event
- A complete traffic recording
- Recording client
- Replay traffic recorded by a
RecordingClient
- An initial HTTP request, roughly equivalent to
http::Request<()>
- An initial HTTP response roughly equivalent to
http::Response<()>
Enums§
- Network Action
- HTTP Body Data Abstraction
- Event direction
- Serialization version of DVR data