-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/lib/http/Kconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:15
Menu path: (top menu) → Networking → Network Protocols
config HTTP_PARSER_URL bool prompt "HTTP Parser for URL support" ifNETWORKING
depends onNETWORKING
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.)