-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/lib/http/Kconfig:6
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 bool prompt "HTTP Parser support" ifNETWORKING
selectHTTP_PARSER_URL
ifNETWORKING
depends onNETWORKING
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.)