Rare find

Replay. Record and reuse HTTP responses for testing without hitting real servers.

github.com/mattt/Replay

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2026
  • Release —0.4.0
  • Bump version to 0.4.0
  • Add support for `AsyncHTTPClient` (#10)
January 2026
  • Release —0.3.1
  • Make the order of headers deterministic when recording HAR files (#7)
  • Release —0.3.0
  • Add Server-Sent Events (SSE) recording support (#6)
  • Release —0.2.0
  • Bump version to 0.2.0
  • Update minimum platform requirements
  • Formatting
  • Support older OS versions by replacing Regex with NSRegularExpression…
December 2025
  • Release —0.1.2
  • Reorganize CLI sources (#4)
  • Release —0.1.1
  • Add support for Linux (#3)
  • Release —0.1.0
  • Bump version to 0.1.0
  • Add License
  • Add error case for invalid playback mode
  • Improve discussion of test isolation
  • Update README
  • Smoke test package plugin in CI workflow (#2)
  • Rename and reoganize env helper
  • Reorganize Playback declarations
  • Reorganize Capture declarations
  • Rename TestingIntegration.swift to Traits.swift