mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
minor
Former-commit-id: fef022dc8d2f396f611d958d9f9e6993d2c770d8
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user