1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

implement a dynamic router handler for #2167

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-04 17:59:00 +03:00
parent 72f9d4ba5c
commit 9d538eabb0
6 changed files with 150 additions and 11 deletions

View File

@@ -34,6 +34,8 @@ type ConfigurationReadOnly interface {
GetEnablePathEscape() bool
// GetForceLowercaseRouting returns the ForceLowercaseRouting field.
GetForceLowercaseRouting() bool
// GetEnableOptimizations returns the EnableDynamicHandler field.
GetEnableDynamicHandler() bool
// GetFireMethodNotAllowed returns the FireMethodNotAllowed field.
GetFireMethodNotAllowed() bool
// GetDisableAutoFireStatusCode returns the DisableAutoFireStatusCode field.