1# Private config options for http-client sample app 2 3# Copyright (c) 2020 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "Networking http-client sample application" 7 8config NET_SAMPLE_SEND_ITERATIONS 9 int "Send a sample HTTP query this many times" 10 default 0 11 help 12 Send a sample HTTP query this many times before exiting. A value of 13 zero means that the sample application in default way. 14 15source "Kconfig.zephyr" 16