Go to file
kingecg 7127751a75 complete RestMux 2023-12-07 22:42:27 +08:00
admin complete RestMux 2023-12-07 22:42:27 +08:00
model add 2023-12-07 00:22:53 +08:00
server complete RestMux 2023-12-07 22:42:27 +08:00
vendor complete RestMux 2023-12-07 22:42:27 +08:00
.gitignore Initial commit 2023-12-06 20:58:08 +08:00
LICENSE Initial commit 2023-12-06 20:58:08 +08:00
README.md complete RestMux 2023-12-07 22:42:27 +08:00
__debug_bin complete RestMux 2023-12-07 22:42:27 +08:00
go.mod complete RestMux 2023-12-07 22:42:27 +08:00
go.sum complete RestMux 2023-12-07 22:42:27 +08:00
main.go complete RestMux 2023-12-07 22:42:27 +08:00

README.md

gohttp

目标

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

功能

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

Packages

Server

RestMux 提供Restful API注册功能的 ServerMux