aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Rik van der Heijden <rikvdh@users.noreply.github.com> 2017-04-26 10:02:45 +0200
committerGravatar GitHub <noreply@github.com> 2017-04-26 10:02:45 +0200
commit4b9376847db70df351025b368fd7fe365a0a0d50 (patch)
treed947da6ef90442be456cf991673b1738d485edee /README.md
parentfasthttputil: added TLS benchmarks for ECDSA certificates (diff)
downloadfasthttp-4b9376847db70df351025b368fd7fe365a0a0d50.tar.gz
fasthttp-4b9376847db70df351025b368fd7fe365a0a0d50.tar.bz2
fasthttp-4b9376847db70df351025b368fd7fe365a0a0d50.zip
Remove iris from README, latest v6 removes fasthttp support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7688005..b2ec7aa 100644
--- a/README.md
+++ b/README.md
@@ -275,7 +275,6 @@ like in net/http. The following code is valid for fasthttp:
but there are more powerful third-party routers and web frameworks
with fasthttp support:
- * [Iris](https://github.com/kataras/iris)
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
* [lu](https://github.com/vincentLiuxiang/lu)
@@ -480,8 +479,6 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
* [fasthttp-contrib](https://github.com/fasthttp-contrib) - various useful
helpers for projects based on fasthttp.
- * [iris](https://github.com/kataras/iris) - web application framework built
- on top of fasthttp. Features speed and functionality.
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing) - fast and
powerful routing package for fasthttp servers.
* [fasthttprouter](https://github.com/buaazp/fasthttprouter) - a high
@@ -555,7 +552,6 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
There are no plans to add request routing into fasthttp.
Use third-party routers and web frameworks with fasthttp support:
- * [Iris](https://github.com/kataras/iris)
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
* [lu](https://github.com/vincentLiuxiang/lu)