View Source Unplug.Predicate behaviour (Unplug v1.1.0)
This behaviour defines the structure of a module that can be used as an Unplug filter.
Summary
Callbacks
The call/1
function
Callbacks
@callback call(conn :: Plug.Conn.t(), opts :: any()) :: boolean()
The call/1
function