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

# Functions

NewFilter constructs a filter that applies the modifer when the request method matches meth.
NewMatcher builds a new method matcher.
NewVerifier returns a new method verifier.

# Structs

Filter runs modifier iff the request method matches the specified method.
Matcher is a conditional evaluator of request methods to be used in filters that take conditionals.