pub unsafe extern "C" fn esp_transport_ws_set_path(
t: *mut esp_transport_item_t,
path: *const u8,
)
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: *mut esp_transport_item_t,
path: *const u8,
)
@brief Set HTTP path to update protocol to websocket
@param t websocket transport handle @param path The HTTP Path