:orphan: .. title:: HTTP_CLIENT .. option:: CONFIG_HTTP_CLIENT *HTTP client API [EXPERIMENTAL]* Type: ``bool`` Help ==== HTTP client API Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HTTP_PARSER ` - \ :option:`HTTP_PARSER_URL ` Symbols that select this symbol =============================== - \ :option:`HAWKBIT ` - \ :option:`WEBSOCKET_CLIENT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/http/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. parsed-literal:: config HTTP_CLIENT bool "HTTP client API [EXPERIMENTAL]" select \ :option:`HTTP_PARSER ` select \ :option:`HTTP_PARSER_URL ` depends on \ :option:`NETWORKING ` help HTTP client API *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*