mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-17 04:51:03 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
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.