1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00
Former-commit-id: fef022dc8d2f396f611d958d9f9e6993d2c770d8
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-07 18:15:55 +03:00
parent 791fd7ac3d
commit 34d0d98130
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ Most of the experimental handlers are ported to work with _iris_'s handler form,
Third-Party Handlers
------------
Iris has its own middleware form of `func(ctx context.Context)` but it's also compatible with all `net/http` middleware forms. See [here](https://github.com/kataras/iris/tree/master/_examples/convert-handlers).
Iris has its own middleware form of `func(ctx iris.Context)` but it's also compatible with all `net/http` middleware forms. See [here](https://github.com/kataras/iris/tree/master/_examples/convert-handlers).
Here's a small list of useful third-party handlers: