package
3.4.1
Repository: https://github.com/kubeshark/martian.git
Documentation: pkg.go.dev

# Functions

NewFilter constructs a filter that applies the modifier when the request url matches a pattern in mux.
NewMatcher builds a new servemux.Matcher.

# Structs

Filter is a modifier that executes mod if a pattern is matched in mux.
Matcher is a conditional evaluator of request urls against patterns registered in mux.