Record -
http
: RequestLimitConfigs
Provides inbound request URI, total header and entity body size threshold configurations.
Closed record
Fields
- maxUriLength int (default 4096)
-
Maximum allowed length for a URI. Exceeding this limit will result in a
414 - URI Too Longresponse
- maxHeaderSize int (default 8192)
-
Maximum allowed size for headers. Exceeding this limit will result in a
431 - Request Header Fields Too Largeresponse
- maxEntityBodySize int (default -1)
-
Maximum allowed size for the entity body. By default it is set to -1 which means there is no restriction
maxEntityBodySize, On the Exceeding this limit will result in a413 - Payload Too Largeresponse