Go to file
程广 5a60e898ed part set config 2023-12-13 14:36:49 +08:00
.vscode fix normalize bug 2023-12-13 10:59:47 +08:00
admin part set config 2023-12-13 14:36:49 +08:00
adminui fix normalize bug 2023-12-13 10:59:47 +08:00
hander fix normalize bug 2023-12-13 10:59:47 +08:00
model fix panic 2023-12-13 09:23:57 +08:00
public fix file handler and update logger 2023-12-10 01:08:39 +08:00
server fix panic 2023-12-13 09:23:57 +08:00
vendor add daemon 2023-12-10 19:26:09 +08:00
.gitignore Initial commit 2023-12-06 20:58:08 +08:00
LICENSE Initial commit 2023-12-06 20:58:08 +08:00
Makefile fix normalize bug 2023-12-13 10:59:47 +08:00
README.md complete RestMux 2023-12-07 22:42:27 +08:00
config.json fix normalize bug 2023-12-13 10:59:47 +08:00
go.mod add daemon 2023-12-10 19:26:09 +08:00
go.sum add daemon 2023-12-10 19:26:09 +08:00
gohttp.go fix normalize bug 2023-12-13 10:59:47 +08:00
main.go fix normalize bug 2023-12-13 10:59:47 +08:00
util.go fix panic 2023-12-13 09:23:57 +08:00
util_test.go fix normalize bug 2023-12-13 10:59:47 +08:00

README.md

gohttp

目标

实现一个类似nginx功能的http服务器

功能

  • 支持静态文件
  • Proxy
  • 支持rewrite

Packages

Server

RestMux 提供Restful API注册功能的 ServerMux