GitHub - dmitryzuev/httpotion_cache: Cache HTTP requests

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

HTTPotion.Cache

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add httpotion_cache to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:httpotion_cache, "~> 0.1.0"}]
end
```
  1. Ensure httpotion_cache is started before your application:
```elixir
def application do
  [applications: [:httpotion_cache]]
end
```