Skip to main content

ws_send

Function ws_send 

Source
pub fn ws_send(
    api: &CurlApi,
    easy: *mut Curl,
    data: &[u8],
    flags: c_uint,
) -> Result<usize>
Expand description

Single-attempt ws_send. Returns bytes sent, or CURLE_AGAIN error if socket not ready.