ExHttpProxy v1.0.1 HttpProxy.Agent

Store play responses which is read from files.

Summary

Functions

clear()

Specs

clear :: :ok
get(key)

Specs

get(atom) :: binary | nil
put(key, value)

Specs

put(atom, binary) :: :ok
start_link()

Specs

start_link ::
  {:ok, pid} |
  {:error, {:already_started, pid} | term}