Plug v1.4.5 Plug.Conn.Unfetched View Source

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}

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Plug.Conn.Unfetched{aspect: atom()}