httpd_unregister_uri() function
Unregister all URI handlers with the specified uri string
Arguments
handle
handle to HTTPD server instance
uri
uri string specifying all handlers that need to be deregisterd
Return value
- ESP_OK : On successfully deregistering all such handlers - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_NOT_FOUND : No handler registered with specified uri string
httpd_unregister_uri() calls 3 functions:
![]()
httpd_unregister_uri()
httpd_unregister_uri() reads 10 variables:
![]()
httpd_unregister_uri()
httpd_unregister_uri() allocates 1 types:
![]()
httpd_unregister_uri()