CONFIG_HTTP_PARSER_URL

HTTP Parser for URL support

Type: bool

Help

This option enables the URI parser library based on source 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 that select this symbol

Kconfig definition

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

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_URL
    bool
    prompt "HTTP Parser for URL support" if NETWORKING
    depends on NETWORKING
    help
      This option enables the URI parser library based on source 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.)