We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b1fa2 commit cf39d12Copy full SHA for cf39d12
subsys/net/lib/http/Kconfig
@@ -34,6 +34,8 @@ menuconfig HTTP_SERVER
34
select HTTP_PARSER
35
select HTTP_PARSER_URL
36
select EXPERIMENTAL
37
+ select NET_SOCKETS
38
+ select EVENTFD
39
imply NET_IPV4_MAPPING_TO_IPV6 if NET_IPV4 && NET_IPV6
40
help
41
HTTP1 and HTTP2 server support.
0 commit comments