Type Alias esp_idf_hal::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.