CONFIG_NET_DEBUG_HTTP_CONN

Debug HTTP connections

Type: bool

Help

Enables HTTP connection tracking.

Direct dependencies

HTTP && NET_LOG && HTTP && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:15

Menu path: (top menu) → Networking → Network Protocols

config NET_DEBUG_HTTP_CONN
    bool
    prompt "Debug HTTP connections" if HTTP && NET_LOG && HTTP && NETWORKING
    depends on HTTP && NET_LOG && HTTP && NETWORKING
    help
      Enables HTTP connection tracking.

(Definitions include propagated dependencies, including from if’s and menus.)