Module rama::matcher

Expand description

matcher utilities for any middleware where need to match on incoming requests within a given Context

This module provides the Matcher trait and convenience utilities around it.

Structs§

  • A matcher that matches if all of the inner matchers match.
  • A matcher that matches if the inner matcher does not match.
  • A matcher that matches if any of the inner matchers match.

Traits§

Functions§