Type Alias esp_idf_sys::httpd_handle_t
source ยท pub type httpd_handle_t = *mut c_void;
Expand description
@brief HTTP Server Instance Handle
Every instance of the server will have a unique handle.
pub type httpd_handle_t = *mut c_void;
@brief HTTP Server Instance Handle
Every instance of the server will have a unique handle.