diff --git a/README.md b/README.md index 684c0bc..f2dbc60 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) * [gramework](https://github.com/gramework/gramework)