From 4b9376847db70df351025b368fd7fe365a0a0d50 Mon Sep 17 00:00:00 2001 From: Rik van der Heijden Date: Wed, 26 Apr 2017 10:02:45 +0200 Subject: [PATCH] Remove iris from README, latest v6 removes fasthttp support --- README.md | 4 ---- 1 file changed, 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)