View Source OneAndDone.Response (One and Done v0.1.0)
A basic module for capturing the essence of a response.
Response structs are stored in the cache so that idempotent requests can be quickly returned.
See OneAndDone.Response.Parser
for turning an inbound connection (e.g. a Plug.Conn)
into a OneAndDone.Response
.