//
pkg.gl
Category
github.com/issue9/mux/v8
examples
std
package
8.2.0
Repository:
https://github.com/issue9/mux.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
6
Dependents
0
Files
60 SLOC
#
Functions
GetParams
GetParams 获取当前请求实例上的参数列表.
NewRouter
NewRouter 声明适用于官方 http.Handler 接口的路由.
NewRouters
No description provided by the author
WithValue
WithValue 将参数 ps 附加在 r 上 与 context.WithValue 功能相同,但是考虑了在同一个 r 上调用多次 WithValue 的情况。.