aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar kinggo <lilong.21@bytedance.com> 2023-02-03 11:38:07 +0800
committerGravatar GitHub <noreply@github.com> 2023-02-03 04:38:07 +0100
commitb2e66a55d460a5ca52b1a0b3b66a02c2aab50d4c (patch)
treeab4c1b44ed44458bdb9b7e524f9b96e6e1947979 /README.md
parentfix: modify normalizePath (#1478) (diff)
downloadfasthttp-b2e66a55d460a5ca52b1a0b3b66a02c2aab50d4c.tar.gz
fasthttp-b2e66a55d460a5ca52b1a0b3b66a02c2aab50d4c.tar.bz2
fasthttp-b2e66a55d460a5ca52b1a0b3b66a02c2aab50d4c.zip
docs: add http2curl (#1480)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dcc727c..d6e6e8d 100644
--- a/README.md
+++ b/README.md
@@ -546,8 +546,8 @@ This is an **unsafe** way, the result string and `[]byte` buffer share the same
* [kratgo](https://github.com/savsgio/kratgo) - Simple, lightweight and ultra-fast HTTP Cache to speed up your websites.
* [kit-plugins](https://github.com/wencan/kit-plugins/tree/master/transport/fasthttp) - go-kit transport implementation for fasthttp.
* [Fiber](https://github.com/gofiber/fiber) - An Expressjs inspired web framework running on Fasthttp
- * [Gearbox](https://github.com/gogearbox/gearbox) - :gear: gearbox is a web framework written in Go with a focus on high performance and memory optimization
-
+ * [Gearbox](https://github.com/gogearbox/gearbox) - :gear: gearbox is a web framework written in Go with a focus on high performance and memory optimization
+ * [http2curl](https://github.com/li-jin-gou/http2curl) - A tool to convert fasthttp requests to curl command line
## FAQ