public class ServerLimitsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<MemorySize> |
maxBodySize
The maximum size of a request body.
|
MemorySize |
maxHeaderSize
The the maximum length of all headers.
|
| Constructor and Description |
|---|
ServerLimitsConfig() |
@ConfigItem(defaultValue="20K") public MemorySize maxHeaderSize
@ConfigItem public Optional<MemorySize> maxBodySize
Copyright © 2020 JBoss by Red Hat. All rights reserved.