An open API service indexing awesome lists of open source software.

https://github.com/myxiaoao/simple-web-framework


https://github.com/myxiaoao/simple-web-framework

Last synced: 3 months ago
JSON representation

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.