Unplug v0.2.0 Unplug.Predicates.RequestPathNotEquals View Source

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