mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
Add an example on how to use third-party handlers that are not compatible to the "next pattern"
Former-commit-id: 39a57bd97542142cb61eac9b0ee9b40df2334019
This commit is contained in:
@@ -234,6 +234,7 @@ convert any custom type into a response dispatcher by implementing the `mvc.Resu
|
||||
|
||||
- [From func(w http.ResponseWriter, r *http.Request, next http.HandlerFunc)](convert-handlers/negroni-like/main.go)
|
||||
- [From http.Handler or http.HandlerFunc](convert-handlers/nethttp/main.go)
|
||||
- [From func(http.HandlerFunc) http.HandlerFunc](convert-handlers/real-usecase-raven/writing-middleware/main.go)
|
||||
|
||||
### View
|
||||
|
||||
|
||||
Reference in New Issue
Block a user