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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user