https://github.com/tungyao/cedar
lighting framework for golang
https://github.com/tungyao/cedar
framework golang
Last synced: 2 months ago
JSON representation
lighting framework for golang
- Host: GitHub
- URL: https://github.com/tungyao/cedar
- Owner: tungyao
- License: apache-2.0
- Archived: true
- Created: 2019-09-27T08:25:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T03:48:12.000Z (about 3 years ago)
- Last Synced: 2025-06-01T18:46:44.997Z (10 months ago)
- Topics: framework, golang
- Language: Go
- Homepage: https://tungyao.github.io/cedar/
- Size: 1.4 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ ____
| | | |/ ___|
| | | | |
| |_| | |___
\___/ \____|
```
# ultimate-cedar
Improved version for cedar
> 适用于现代api http框架
### 集成以下功能
> * 一次性加解密
> * 前缀树 + hash 储存路由
> * json
> * /:id/:number 匹配
> * 优雅的中间件
### 方法说明 (可以直接参考 /test/router_test.go 里面的)
[快速到达](https://github.com/tungyao/ultimate-cedar/blob/main/test/router_test.go)