1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 03:45:56 +00:00

add iris.Patches() to modify global behaviors

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-20 18:08:39 +03:00
parent ff81f37062
commit 0a4927f6df
7 changed files with 334 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- Add `iris.Patches()` package-level function to customize Iris Request Context REST (and more to come) behavior.
- Add support for `embed.FS` on `app.HandleDir`.
- Minor fixes.