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

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

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)