CONFIG_HTTP

HTTP support

Type: bool

Help

This option enables the HTTP library

Direct dependencies

NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

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

config HTTP
    bool
    prompt "HTTP support" if NETWORKING
    depends on NETWORKING
    help
      This option enables the HTTP library

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