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§
- 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<()>