aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar wencan <wencan@live.cn> 2019-07-17 16:12:00 +0800
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-07-17 10:12:00 +0200
commit55ea350c55431331ff77defe5f450331577f64dd (patch)
tree664ec404c17579300ee456b2d993813ae7d86118 /README.md
parentSupport {readTimeout,maxBodySize,writeTimeout} per request based on the heade... (diff)
downloadfasthttp-55ea350c55431331ff77defe5f450331577f64dd.tar.gz
fasthttp-55ea350c55431331ff77defe5f450331577f64dd.tar.bz2
fasthttp-55ea350c55431331ff77defe5f450331577f64dd.zip
Update README.md (#610)
add related project: kit-plugins
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fcb639..38800d3 100644
--- a/README.md
+++ b/README.md
@@ -494,6 +494,7 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [fasthttpsession](https://github.com/phachon/fasthttpsession) - a fast and powerful session package for fasthttp servers.
* [atreugo](https://github.com/savsgio/atreugo) - Micro-framework to make simple the use of routing and middlewares.
* [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.
# FAQ