package
3.3.3
Repository: https://github.com/google/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.