fiber/middleware
marcmartin13 c187c6a2f5
🚀 [Feature]: Cache-Control: no-cache (#2159)
* Added noCache field

Check if the request header Cache-Control contains no-cache

* Update cache.go

* Update config.go

* Update cache.go

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1

* patch-1
2022-10-21 10:28:31 +02:00
..
basicauth ♻️ Tidy up the codebase (#1613) 2021-11-05 08:00:03 +01:00
cache 🚀 [Feature]: Cache-Control: no-cache (#2159) 2022-10-21 10:28:31 +02:00
compress improve mw 2020-11-21 12:36:16 -05:00
cors ♻️ Tidy up the codebase (#1613) 2021-11-05 08:00:03 +01:00
csrf Fix csrf middleware behavior with header key lookup (#2063) 2022-08-30 14:48:31 +02:00
encryptcookie 📝 docs: add doc about usage of CSRF and EncryptCookie middlewares. (#2141) 2022-10-06 07:54:29 +02:00
envvar 🧹 tidy up: fix linter errors for tests (#2102) 2022-09-19 08:33:58 +02:00
etag ♻️ Tidy up the codebase (#1613) 2021-11-05 08:00:03 +01:00
expvar feature: add Next to Pprof and Expvar middlewares. (#1737) 2022-01-29 22:24:32 +01:00
favicon Refactor favicon middleware, avoid magic numbers. (#1919) 2022-05-28 21:35:49 +02:00
filesystem Update README.md (#2114) 2022-09-22 12:30:19 +03:00
limiter Improve memory storage (#2162) 2022-10-19 16:22:42 +02:00
logger 🐛 fix: multi-byte AppName displays confusion (#2148) 2022-10-21 08:30:56 +02:00
monitor 🐛 monitor middleware - fix ignore custom settings (#2024) 2022-08-19 15:09:16 +02:00
pprof feature: add Next to Pprof and Expvar middlewares. (#1737) 2022-01-29 22:24:32 +01:00
proxy 🐛 fix: solve data race in middleware/proxy's test (#2153) 2022-10-17 17:20:41 +02:00
recover Recover middleware: Added, fiber.Ctx as a first paremeter to StackTraceHandler. (#1623) 2021-11-29 08:31:43 +01:00
requestid Fix typos in middleware (#1714) 2022-01-14 22:31:44 -05:00
session 🐛 Fix: Reset d.Data instead of deleting keys in it (#2156) 2022-10-17 16:30:34 +02:00
skip correct documentation for the skip middleware 2021-08-24 08:38:15 +02:00
timeout ✏️ Fix: typos (#2127) 2022-09-28 08:55:28 +03:00