HTTP路由管理器Rivet.zip
专注路由.简洁, 贪心匹配, 支持注入, 可定制, 深度解耦的 http 路由管理器. examples 目录中有几个例子, 方便您了解 Rivet.这里有个路由专项评测 go-http-routing-benchmark. 示例代码: package main import ( "io" "net/http" "github.com/typepress/rivet" ) // 常规风格 handler func HelloWord(rw http.ResponseWriter, req *http.Request) { io.Wri
文件列表
rivet-master.zip
(预估有个14文件)
rivet-master
rivet_test.go
7KB
dispatch.go
6KB
context.go
3KB
rivet.go
3KB
router.go
4KB
response.go
1KB
LICENSE
1KB
params.go
1KB
examples
暂无评论