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.