mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Option for Socket Sharding as requested at #1544
Former-commit-id: 0384baf593012377a94344d647ca41121294285a
This commit is contained in:
@@ -12,6 +12,8 @@ type ConfigurationReadOnly interface {
|
||||
GetVHost() string
|
||||
// GetLogLevel returns the LogLevel field.
|
||||
GetLogLevel() string
|
||||
// GetSocketSharding returns the SocketSharding field.
|
||||
GetSocketSharding() bool
|
||||
// GetDisablePathCorrection returns the DisablePathCorrection field
|
||||
GetDisablePathCorrection() bool
|
||||
// GetDisablePathCorrectionRedirection returns the DisablePathCorrectionRedirection field.
|
||||
|
||||
Reference in New Issue
Block a user