mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
new Application.SetContextErrorHandler method
This commit is contained in:
@@ -43,6 +43,11 @@ type ConfigurationReadOnly interface {
|
||||
|
||||
// GetEnableOptimizations returns the EnableOptimizations field.
|
||||
GetEnableOptimizations() bool
|
||||
// GetEnableProtoJSON returns the EnableProtoJSON field.
|
||||
GetEnableProtoJSON() bool
|
||||
// GetEnableEasyJSON returns the EnableEasyJSON field.
|
||||
GetEnableEasyJSON() bool
|
||||
|
||||
// GetDisableBodyConsumptionOnUnmarshal returns the DisableBodyConsumptionOnUnmarshal field.
|
||||
GetDisableBodyConsumptionOnUnmarshal() bool
|
||||
// GetFireEmptyFormError returns the FireEmptyFormError field.
|
||||
|
||||
Reference in New Issue
Block a user