https://github.com/myxiaoao/simple-web-framework
https://github.com/myxiaoao/simple-web-framework
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxiaoao/simple-web-framework
- Owner: myxiaoao
- License: mit
- Created: 2022-05-12T00:54:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T07:10:28.000Z (about 3 years ago)
- Last Synced: 2025-01-16T00:56:44.510Z (5 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-web-framework
> 用来学习,请勿用于生产环境。
- [x] HTTP 基础
- [x] 上下文 Context
- [x] 前缀树路由 Router
- [x] 分组控制 Group
- [x] 中间件 Middleware
- [x] 模板 Template
- [x] 错误恢复 (Panic Recover)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.