:orphan: .. title:: HTTP_PARSER .. option:: CONFIG_HTTP_PARSER *HTTP Parser support* Type: ``bool`` Help ==== This option enables the http_parser library from nodejs. This parser requires some string-related routines commonly provided by a libc implementation. 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_URL ` Symbols that select this symbol =============================== - \ :option:`HTTP_CLIENT ` - \ :option:`WEBSOCKET_CLIENT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/http/Kconfig:4`` 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_PARSER bool "HTTP Parser support" select \ :option:`HTTP_PARSER_URL ` depends on \ :option:`NETWORKING ` help This option enables the http_parser library from nodejs. This parser requires some string-related routines commonly provided by a libc implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*