Function esp_idf_sys::httpd_get_global_user_ctx
source ยท pub unsafe extern "C" fn httpd_get_global_user_ctx(
handle: httpd_handle_t,
) -> *mut c_void
Expand description
@brief Get HTTPD global user context (it was set in the server config struct)
@param[in] handle Handle to server returned by httpd_start @return global user context