goweb:基于nethttp的轻量级Web框架 源码
Goweb 基于net / http的轻量级Web框架。 包括 路由 中间件 测井 简易CORS(实验性) Goweb旨在 尽可能只依赖标准库 变通 表现良好 用法 参见。 基本用法 package main import ( "github.com/twharmon/goweb" ) func main () { app := goweb . New () app . GET ( "/hello/{name}" , hello ) app . Run ( ":8080" ) } func hello ( c * goweb. Context ) goweb.
文件列表
goweb-master.zip
(预估有个33文件)
goweb-master
engine_test.go
4KB
.gitignore
13B
go.mod
356B
response.go
2KB
logger_test.go
835B
LICENSE
1KB
middleware_test.go
3KB
context_test.go
7KB
go.sum
15KB
暂无评论