:orphan: .. title:: CONFIG_HTTP_PARSER_STRICT .. kconfig:: CONFIG_HTTP_PARSER_STRICT CONFIG_HTTP_PARSER_STRICT ######################### *HTTP strict parsing* Type: ``bool`` Help ==== .. code-block:: none This option enables the strict parsing option Direct dependencies =================== (\ :kconfig:`HTTP_PARSER ` || \ :kconfig:`HTTP_PARSER_URL `) && \ :kconfig:`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: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_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.)*