Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Сancel the rule http_register_handler() #12

Open
BPR800 opened this issue Nov 14, 2018 · 0 comments
Open

Сancel the rule http_register_handler() #12

BPR800 opened this issue Nov 14, 2018 · 0 comments

Comments

@BPR800
Copy link

BPR800 commented Nov 14, 2018

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant