2023-04-19 12:31:58 +05:30
|
|
|
menu "Example Configuration"
|
|
|
|
|
config EXAMPLE_HTTP_ENDPOINT
|
|
|
|
|
string "Example HTTP Endpoint"
|
|
|
|
|
default "httpbin.org"
|
|
|
|
|
help
|
|
|
|
|
Target endpoint host-name for the example to use.
|
2024-05-17 11:37:05 +05:30
|
|
|
config EXAMPLE_ENABLE_RESPONSE_BUFFER_DUMP
|
|
|
|
|
bool "Enable logging response buffer from HTTP event handler"
|
|
|
|
|
default false
|
|
|
|
|
help
|
|
|
|
|
HTTP response is accumulated in output_buffer. Enable this config to print the accumulated response
|
2023-04-19 12:31:58 +05:30
|
|
|
endmenu
|