esp32-http-server
esp32-http-server copied to clipboard
Сancel the rule http_register_handler()
I'm using a handler rule for a specific URI ESP_ERROR_CHECK(http_register_handler(server, "/main.js", HTTP_GET, HTTP_HANDLE_RESPONSE, &cb_GET_file, "/spiflash/main.js")); During the execution of my program there is a need to cancel the rule made above. How could I possibly do that?