enum Athena::Routing::Matcher::TraceableURLMatcher::Match

Overview

Represents the match level of a ART::Matcher::TraceableURLMatcher::Trace.

Defined in:

matcher/traceable_url_matcher.cr

Enum Members

NONE = 0

The route did not match at all.

PARTIAL = 1

The route matched, but not fully.

FULL = 2

The route is a match.

Instance Method Summary

Instance Method Detail

def full? #

[View source]
def none? #

[View source]
def partial? #

[View source]