CONFIG_HTTP_PARSER_STRICT¶
HTTP strict parsing
Type: bool
Help¶
This option enables the strict parsing option
Direct dependencies¶
(HTTP_PARSER || HTTP_PARSER_URL) && NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/http/Kconfig:19
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:14
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols
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.)