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>/subsys/net/lib/http/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/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.)