1
0
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:
Gerasimos (Makis) Maropoulos
2024-01-14 06:58:17 +02:00
parent 5ef854d835
commit 70882914d4
5 changed files with 174 additions and 4 deletions

View File

@@ -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.