View Source Unplug.Predicates.RequestPathNotEquals (Unplug v1.0.0)

Given a request path, do not execute the plug if the request value matches the expected value.

Usage:

plug Unplug,
  if: {Unplug.Predicates.RequestPathNotEquals, "/metrics"},
  do: MyApp.Plug