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

Kconfig definition

At subsys/net/lib/http/Kconfig:55

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/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" if HTTP_SERVER && HTTP && NETWORKING
    default 8 if HTTP_SERVER && HTTP && NETWORKING
    depends on HTTP_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.)