apocryphal v0.2.0 Apocryphal
Summary
Functions
Deserializes an HTTP Response
Serializes an HTTP Body
Example
config :apocryphal,
port: 4001,
host: "localhost"
Functions
Deserializes an HTTP Response
Example
config :apocryphal,
deserializers: %{
"application/json" => fn(body) -> Poison.decode!(body) end
}