pub unsafe extern "C" fn httpd_unregister_uri(
    handle: *mut c_void,
    uri: *const i8
) -> i32
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