esp32-http-server icon indicating copy to clipboard operation
esp32-http-server copied to clipboard

Сancel the rule http_register_handler()

Open BPR800 opened this issue 7 years ago • 0 comments

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?

BPR800 avatar Nov 14 '18 06:11 BPR800