Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK : On successfully registering the handler - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_HTTPD_HANDLERS_FULL : If no slots left for new handler - ESP_ERR_HTTPD_HANDLER_EXISTS : If handler with same URI and method is already registered

Notes

URI handlers can be registered in real time as long as the server handle is valid.

References

from examples