Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

go-chi/httpvcr

This branch is 11 commits ahead of ComboStrikeHQ/vcr-go:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6bded8 · Mar 27, 2024

History

18 Commits
Jan 22, 2016
May 17, 2020
Aug 19, 2019
Mar 27, 2024
Sep 21, 2021
Sep 21, 2021
Mar 27, 2024
Sep 21, 2021
Mar 27, 2024
Mar 27, 2024
Aug 19, 2019
Aug 19, 2019

Repository files navigation

HTTP VCR

For writing deterministic tests from external sources.

Features

  • Easy to use
  • No flags (records when no cassete file is present, otherwise replays)
  • Filter sensitive data (such as API keys)
  • Modify requests before they are sent (e.g. to add row limits)
  • Ignores request headers (so a timestamp or crypto signature does not break your cassette files)
  • No dependencies

Examples

...

License

MIT, see LICENSE

About

HTTP VCR for writing deterministic tests from external sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%