The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_HTTP_PARSER

HTTP Parser support

Type: bool

Help

This option enables the http_parser library from nodejs. This parser requires some string-related routines commonly provided by a libc implementation.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:15

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

config HTTP_PARSER
    bool
    prompt "HTTP Parser support" if NETWORKING
    select HTTP_PARSER_URL if NETWORKING
    depends on NETWORKING
    help
      This option enables the http_parser library from nodejs.
      This parser requires some string-related routines commonly
      provided by a libc implementation.

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