Plug v1.3.0 Plug.Conn.Unfetched

A struct used as default on unfetched fields.

The :aspect key of the struct specifies what field is still unfetched.

Examples

unfetched = %Plug.Conn.Unfetched{aspect: :cookies}

Summary

Types

t()
t :: %Plug.Conn.Unfetched{aspect: atom}