package
8.2.0
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

MiddlewareOf 中间件对象需要实现的接口.
Node 路由节点.
Params 表示路由中的参数操作接口.
Route 当前请求的路由信息.

# Type aliases

BuildNodeHandleOf 为节点生成处理方法.
MiddlewareFuncOf 中间件处理函数.