-
CONFIG_HTTP_SERVER_NUM_URLS
¶
Max number of URLs that the HTTP server will handle
Type: int
Help¶
This value determines how many URLs this HTTP server can handle.
Direct dependencies¶
HTTP_SERVER
&& HTTP
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 8 if
HTTP_SERVER
&&HTTP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/http/Kconfig:55
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_SERVER_NUM_URLS int prompt "Max number of URLs that the HTTP server will handle" ifHTTP_SERVER
&&HTTP
&&NETWORKING
default 8 ifHTTP_SERVER
&&HTTP
&&NETWORKING
depends onHTTP_SERVER
&&HTTP
&&NETWORKING
help This value determines how many URLs this HTTP server can handle.
(Definitions include propagated dependencies, including from if’s and menus.)