View Source Unplug.Predicates.RequestPathIn (Unplug v1.1.0)
Given a request path, execute the plug if the request value is in the the provided enumerable of values.
Usage:
plug Unplug,
if: {Unplug.Predicates.RequestPathIn, ["/users", "/auth"]},
do: MyApp.Plug