add symbols in webclient kconfig

Signed-off-by: Andrés Sánchez Pascual <tito97_sp@hotmail.com>
This commit is contained in:
Andrés Sánchez Pascual 2022-11-12 01:08:56 +01:00 committed by Xiang Xiao
parent 82ee0d1e24
commit 03909627b9

View File

@ -23,4 +23,20 @@ config WEBCLIENT_TIMEOUT
int "Request and receive timeouts"
default 10
config WEBCLIENT_MAXHTTPLINE
int "Max http line size"
default 200
config WEBCLIENT_MAXMIMESIZE
int "Max mime size"
default 32
config WEBCLIENT_MAXHOSTNAME
int "Max host name size"
default 40
config WEBCLIENT_MAXFILENAME
int "Max file name size"
default 100
endif