mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 03:46:25 +08:00
359 B
359 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_send_websocket_framev() | mg_send_websocket_framev | func | void mg_send_websocket_framev(struct mg_connection *nc, int op_and_flags, const struct mg_str *strings, int num_strings); |
Like mg_send_websocket_frame()
, but composes a single frame from multiple
buffers.