:orphan: .. title:: HTTP_PARSER_STRICT .. option:: CONFIG_HTTP_PARSER_STRICT *HTTP strict parsing* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/net/lib/http/Kconfig:19`` 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_STRICT bool "HTTP strict parsing" depends on (\ :option:`HTTP_PARSER ` || \ :option:`HTTP_PARSER_URL `) && \ :option:`NETWORKING ` help This option enables the strict parsing option *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*