|
||
---|---|---|
.vscode | ||
admin | ||
adminui | ||
hander | ||
model | ||
public | ||
server | ||
vendor | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
config.json | ||
go.mod | ||
go.sum | ||
gohttp.go | ||
gohttpd.log | ||
main.go | ||
util.go | ||
util_test.go |
README.md
gohttp
目标
实现一个类似nginx功能的http服务器
功能
- 支持静态文件
- Proxy
- 支持rewrite
Packages
Server
RestMux 提供Restful API注册功能的 ServerMux