package
3.2.0
Repository: https://github.com/issue9/mux.git
Documentation: pkg.go.dev

# Functions

Deregister 注销拦截器.
Get 查找指定的处理函数.
MatchAny 匹配任意非空内容.
MatchDigit 匹配数值字符 正则表达式中的 [0-9]+ 是相同的。.
MatchWord 匹配单词 正则表达式中的 [a-zA-Z0-9]+ 是相同的。.
Register 注册拦截器 val 表示需要处理的正则表达式,比如 {id:\\d+} 则为 \\d+。.

# Type aliases

MatchFunc 每个拦截器的实际处理函数.