Function esp_idf_sys::httpd_unregister_uri
source ยท pub unsafe extern "C" fn httpd_unregister_uri(
handle: httpd_handle_t,
uri: *const c_char,
) -> esp_err_t
Expand description
@brief Unregister all URI handlers with the specified uri string
@param[in] handle handle to HTTPD server instance @param[in] uri uri string specifying all handlers that need to be deregisterd
@return
- 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