-
CONFIG_HTTP_HEADERS
¶
HTTP header field max number of items
Type: int
Help¶
Number of HTTP header field items that an HTTP server application will handle. If websocket is enabled, then the default needs to be much bigger.
Direct dependencies¶
HTTP_SERVER
&& HTTP
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 20 if
WEBSOCKET
&&HTTP_SERVER
&&HTTP
&&NETWORKING
- 8 if
HTTP_SERVER
&&HTTP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/http/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:15
Menu path: (top menu) → Networking → Network Protocols
config HTTP_HEADERS int prompt "HTTP header field max number of items" ifHTTP_SERVER
&&HTTP
&&NETWORKING
default 20 ifWEBSOCKET
&&HTTP_SERVER
&&HTTP
&&NETWORKING
default 8 ifHTTP_SERVER
&&HTTP
&&NETWORKING
depends onHTTP_SERVER
&&HTTP
&&NETWORKING
help Number of HTTP header field items that an HTTP server application will handle. If websocket is enabled, then the default needs to be much bigger.
(Definitions include propagated dependencies, including from if’s and menus.)