:orphan: .. title:: HTTP_PARSER_STRICT .. option:: CONFIG_HTTP_PARSER_STRICT *HTTP strict parsing* Type: ``bool`` Help ==== .. code-block:: none This option enables the strict parsing option Direct dependencies =================== (\ :option:`HTTP_PARSER ` || \ :option:`HTTP_PARSER_URL `) && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/http/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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_STRICT bool "HTTP strict parsing" depends on (HTTP_PARSER || HTTP_PARSER_URL) && NETWORKING help This option enables the strict parsing option *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*