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

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

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

# Interfaces

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

# Type aliases

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