Plug v1.5.0-rc.0 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}