Plug v1.4.4 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}
A struct used as default on unfetched fields.
The :aspect
key of the struct specifies what field is still unfetched.
unfetched = %Plug.Conn.Unfetched{aspect: :cookies}