mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
new NonBlocking option and Wait method on Application. See HISTORY.md for more
This commit is contained in:
@@ -24,6 +24,8 @@ type ConfigurationReadOnly interface {
|
||||
GetTimeout() time.Duration
|
||||
// GetTimeoutMessage returns the TimeoutMessage field.
|
||||
GetTimeoutMessage() string
|
||||
// GetNonBlocking returns the NonBlocking field.
|
||||
GetNonBlocking() bool
|
||||
// GetDisablePathCorrection returns the DisablePathCorrection field
|
||||
GetDisablePathCorrection() bool
|
||||
// GetDisablePathCorrectionRedirection returns the DisablePathCorrectionRedirection field.
|
||||
|
||||
Reference in New Issue
Block a user