1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-16 16:35:56 +00:00

add route-handlers-execution-rules example

Former-commit-id: 95e3dfad33b98d20b761ea1d06dee8df91c3632d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-17 00:02:09 +03:00
parent 7e98555e6b
commit 6557dcf6c5
5 changed files with 78 additions and 40 deletions

View File

@@ -43,6 +43,7 @@
* Middleware
* [Per Route](routing/writing-a-middleware/per-route/main.go)
* [Globally](routing/writing-a-middleware/globally/main.go)
* [Handlers Execution Rule](routing/route-handlers-execution-rules/main.go)
* [Route Register Rule](routing/route-register-rule/main.go)
* Convert net/http Handlers
* [From func(w http.ResponseWriter, r *http.Request, next http.HandlerFunc)](convert-handlers/negroni-like/main.go)