656bef7bb7
Also add examples, docs and test apps for the HTTP Server.
15 lines
417 B
Text
15 lines
417 B
Text
menu "HTTP Server"
|
|
|
|
config HTTPD_MAX_REQ_HDR_LEN
|
|
int "Max HTTP Request Header Length"
|
|
default 512
|
|
help
|
|
This sets the maximum supported size of headers section in HTTP request packet to be processed by the server
|
|
|
|
config HTTPD_MAX_URI_LEN
|
|
int "Max HTTP URI Length"
|
|
default 512
|
|
help
|
|
This sets the maximum supported size of HTTP request URI to be processed by the server
|
|
|
|
endmenu
|