esp_idf_hal::sys

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