[][src]Module bdrck::http::recording

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

Structs

RecordedRequest

RecordedRequest represents a recorded HTTP request.

RecordedResponse

RecordedResponse represents a recorded HTTP response.

Recording

A Recording is a series of RecordingEntry objects, representing an entire HTTP session.

RecordingEntry

RecordingEntry represents a single entry in a recorded HTTP log, including a request and its matching response.