View Source OneAndDone.Parser protocol (One and Done v0.1.5)
Protocol for turning an inbound connection (e.g. a Plug.Conn) into a OneAndDone.Request or a OneAndDone.Response.
Link to this section Summary
Link to this section Types
@type t() :: term()
Link to this section Functions
@spec build_request(t()) :: OneAndDone.Request.t()
@spec build_response(t()) :: OneAndDone.Response.t()