Moxinet.Server (moxinet v0.2.0)
Creates a mocking server where service-specific mocks can be added
Example
defmodule MockServer do
use Moxinet.Server
forward("/github", to: GithubMock)
end
Summary
Functions
Turns a module into a Moxinet server