Overview
-
module Async-
module HTTP-
module Capture-
class CassetteRepresents a collection of HTTP interactions using content-addressed storage.
-
class CassetteStoreStore implementation that saves interactions to timestamped files in a directory.
-
class ConsoleStoreStore implementation that logs interactions to the console.
-
module EnvironmentA flat environment module for HTTP capture services.
-
class InteractionRepresents a single HTTP interaction containing request and optional response data.
-
class InteractionTrackerTracks the completion of both request and response bodies for a single interaction. Records the interaction only when both sides are complete, capturing rich error context.
-
class MiddlewareProtocol::HTTP::Middleware for recording complete HTTP interactions.
-
-
-