Create http library that uses net-app instead of net_context directly. The old HTTP API is deprecated. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_ZTEST_STACKSIZE=320
|
|
CONFIG_HTTP_PARSER=y
|
|
CONFIG_HTTP=y
|
|
CONFIG_ZTEST=y
|
|
# Enable strict parser by uncommenting the following line
|
|
# CONFIG_HTTP_PARSER_STRICT=y
|