OneAndDone.Parser protocol (One and Done v0.1.6)
View SourceProtocol for turning an inbound connection (e.g. a Plug.Conn) into a OneAndDone.Request or a OneAndDone.Response.
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec build_request(t()) :: OneAndDone.Request.t()
@spec build_response(t()) :: OneAndDone.Response.t()