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

# Functions

ErrParamNotExists 用于表示 [Params] 中参数不存在的错误.
No description provided by the author

# Structs

Context 保存着路由匹配过程中的上下文关系 Context 同时实现了 [Route] 接口。.

# Interfaces

Middleware 中间件.
Node 路由节点.
Params 表示路由中的参数操作接口.
Route 当前请求的路由信息.

# Type aliases

BuildNodeHandler 为节点生成处理方法.
MiddlewareFunc 中间件.