1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 11:57:02 +00:00

update core deps

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-10-12 20:09:54 +03:00
parent fcaa9ddaea
commit 9bc7dfe2a7
4 changed files with 32 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ type Handler struct {
type MaxAgeFunc func(*context.Context) time.Duration
// NewHandler returns a new cached handler for the "bodyHandler"
// NewHandler returns a new Server-side cached handler for the "bodyHandler"
// which expires every "expiration".
func NewHandler(maxAgeFunc MaxAgeFunc) *Handler {
return &Handler{