From da5d165de3487a622e182d1be3b4006da597327b Mon Sep 17 00:00:00 2001 From: WJQSERVER <114663932+WJQSERVER@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:15:19 +0800 Subject: [PATCH] update readme typo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c9862ac..0608eb9 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,23 @@ ### 内置 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) ## 许可证