Current section
Files
Jump to
Current section
Files
tesla_replay
README.md
README.md
# TeslaReplay
[](https://travis-ci.org/l1h3r/tesla_replay)
[](https://coveralls.io/github/l1h3r/tesla_replay?branch=master)
[](https://hex.pm/packages/tesla_replay)
[](https://hex.pm/packages/tesla_replay)
Simple [Tesla](https://github.com/teamon/tesla) middleware for saving/replaying response data.
## Installation
```elixir
def deps do
[
{:tesla_replay, "~> 0.1.0"}
]
end
```