fuel v0.2.0 Fuel.Ctx.Plug View Source
Get and set a ctx in a plug connection
Link to this section Summary
Functions
fetch a ctx from the conn. Returns an empty ctx if not set
sets a context onto the connection
Link to this section Functions
fetch a ctx from the conn. Returns an empty ctx if not set
Link to this function
with_ctx(conn, ctx)
View Sourcewith_ctx(Plug.Conn.t(), Fuel.Ctx.t()) :: Plug.Conn.t()
sets a context onto the connection