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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/http/Kconfig:99

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:15

Menu path: (top menu) → Networking → Network Protocols

config HTTP_PARSER_STRICT
    bool
    prompt "HTTP strict parsing" if (HTTP_PARSER || HTTP_PARSER_URL) && NETWORKING
    depends on (HTTP_PARSER || HTTP_PARSER_URL) && NETWORKING
    help
      This option enables the strict parsing option

(Definitions include propagated dependencies, including from if’s and menus.)