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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTestTree 返回以 http.Handler 作为参数实例化的 Tree.

# Variables

Methods 所有支持请求方法.

# Structs

Tree 以树节点的形式保存的路由 多段路由项,会提取其中的相同的内容组成树状结构的节点。比如以下路由项: /posts/{id}/author /posts/{id}/author/emails /posts/{id}/author/profile /posts/1/author 会被转换成以下结构 /posts | +---- 1/author | +---- {id}/author/ | +---- profile | +---- emails.