mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 00:41:10 +08:00
update info
This commit is contained in:
parent
69469c0306
commit
643fcd77ef
2 changed files with 28 additions and 9 deletions
17
README.md
17
README.md
|
|
@ -1,5 +1,22 @@
|
|||
# Touka 框架
|
||||
|
||||
## 中间件
|
||||
|
||||
### 内置
|
||||
|
||||
Recovery `r.Use(Recovery())`
|
||||
Touka Gzip `r.Use(Gzip(-1))`
|
||||
|
||||
### fenthope
|
||||
|
||||
[访问日志-record](https://github.com/fenthope/record)
|
||||
[Gzip](https://github.com/fenthope/gzip)
|
||||
[压缩-Compress(Deflate,Gzip,Zstd)](https://github.com/fenthope/compress)
|
||||
[请求速率限制-ikumi](https://github.com/fenthope/ikumi)
|
||||
[sessions](https://github.com/fenthope/sessions)
|
||||
[jwt](https://github.com/fenthope/jwt)
|
||||
[带宽限制](https://github.com/fenthope/toukautil/blob/main/bandwithlimiter.go)
|
||||
|
||||
## 许可证
|
||||
|
||||
本项目在v0阶段使用WJQSERVER STUDIO LICENSE许可证, 后续进行调整
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue