:orphan: .. title:: CONFIG_HTTP_PARSER_URL .. kconfig:: CONFIG_HTTP_PARSER_URL CONFIG_HTTP_PARSER_URL ###################### *HTTP Parser for URL support* Type: ``bool`` Help ==== .. code-block:: none This option enables the URI parser library based on source from nodejs. This parser requires some string-related routines commonly provided by a libc implementation. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`HTTP_PARSER ` - \ :kconfig:`HTTP_CLIENT ` - \ :kconfig:`WEBSOCKET_CLIENT ` - \ :kconfig:`LWM2M ` Kconfig definition ================== At ``/net/lib/http/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig config HTTP_PARSER_URL bool "HTTP Parser for URL support" depends on NETWORKING help This option enables the URI parser library based on source 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.)*