pub unsafe extern "C" fn esp_transport_ws_set_path(
t: esp_transport_handle_t,
path: *const c_char,
)Expand description
@brief Set HTTP path to update protocol to websocket
@param t websocket transport handle @param path The HTTP Path
pub unsafe extern "C" fn esp_transport_ws_set_path(
t: esp_transport_handle_t,
path: *const c_char,
)@brief Set HTTP path to update protocol to websocket
@param t websocket transport handle @param path The HTTP Path