mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
more route info improvements
Former-commit-id: ccbe95de0badb1bf448fcc443cecda60772716dc
This commit is contained in:
4
cache/client/handler.go
vendored
4
cache/client/handler.go
vendored
@@ -9,6 +9,10 @@ import (
|
||||
"github.com/kataras/iris/v12/context"
|
||||
)
|
||||
|
||||
func init() {
|
||||
context.SetHandlerName("iris/cache/client.(*Handler).ServeHTTP-fm", "iris.cache")
|
||||
}
|
||||
|
||||
// Handler the local cache service handler contains
|
||||
// the original response, the memory cache entry and
|
||||
// the validator for each of the incoming requests and post responses
|
||||
|
||||
Reference in New Issue
Block a user