View Source HttpProxy.Agent (ExHttpProxy v1.6.0)

Store play responses which is read from files.

Link to this section Summary

Link to this section Functions

@spec clear() :: :ok
@spec get(atom()) :: binary() | nil
@spec put(atom(), [binary()] | binary() | nil) :: :ok
@spec start_link() :: {:ok, pid()} | {:error, {:already_started, pid()} | term()}