Liberator.Resource.initialize
You're seeing just the callback
initialize
, go back to Liberator.Resource module for more information.
Specs
initialize(Plug.Conn.t()) :: any()
A hook invoked at the beginning of the decision tree to set up anything you may need.
You can return a map here and it will be merged with the given conn's :assigns
map.