Module bdrck::http::recording

source ·
Expand description

recording provides structures used to record HTTP sessions, so they can later be replayed and verified in unit tests.

Structs

  • RecordedRequest represents a recorded HTTP request.
  • RecordedResponse represents a recorded HTTP response.
  • A Recording is a series of RecordingEntry objects, representing an entire HTTP session.
  • RecordingEntry represents a single entry in a recorded HTTP log, including a request and its matching response.