mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
minor
This commit is contained in:
@@ -215,7 +215,7 @@ For a more detailed technical documentation you can head over to our [godocs](ht
|
||||
|
||||
[](https://twitter.com/intent/follow?screen_name=iris_framework)
|
||||
|
||||
[](https://www.facebook.com/iris.framework)
|
||||
[](https://www.facebook.com/iris.framework)
|
||||
|
||||
You can [request](https://www.iris-go.com/#ebookDonateForm) a PDF version and online access of the **E-Book** today and be participated in the development of Iris.
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ type (
|
||||
// If Handler panics, the server (the caller of Handler) assumes that the effect of the panic was isolated to the active request.
|
||||
// It recovers the panic, logs a stack trace to the server error log, and hangs up the connection.
|
||||
Handler = context.Handler
|
||||
// Filter is just a type of func(Handler) bool which reports whether an action must be performed
|
||||
// Filter is just a type of func(Context) bool which reports whether an action must be performed
|
||||
// based on the incoming request.
|
||||
//
|
||||
// See `NewConditionalHandler` for more.
|
||||
|
||||
Reference in New Issue
Block a user