aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Kirill Danshin <kirill@danshin.pro> 2018-08-13 01:49:28 +0300
committerGravatar GitHub <noreply@github.com> 2018-08-13 01:49:28 +0300
commitbb3bb6295c209dd811757c89f573db8b4e2daec9 (patch)
tree5834183de61999fb43f938cb1bf05cfea7ad9f0c /README.md
parentci: try yet another fix for goimports check (diff)
parentRemove iris from README, latest v6 removes fasthttp support (diff)
downloadfasthttp-bb3bb6295c209dd811757c89f573db8b4e2daec9.tar.gz
fasthttp-bb3bb6295c209dd811757c89f573db8b4e2daec9.tar.bz2
fasthttp-bb3bb6295c209dd811757c89f573db8b4e2daec9.zip
Merge pull request #255 from rikvdh/patch-1
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 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)