Replay

interface Replay

Provides a stream of traffic for replaying purposes.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun requests(): Sequence<Request>
Link copied to clipboard
abstract fun responses(): Sequence<Response>