esp-idf/examples/protocols/http_server/persistent_sockets/main/Kconfig.projbuild

10 lines
247 B
Plaintext
Raw Normal View History

menu "Example Configuration"
config EXAMPLE_SESSION_CTX_HANDLERS
bool "Update session ctx from another handler"
default n
help
Feature to show how session ctx can be manipulated by other handlers.
endmenu