mongoose/docs/c-api/http.h/struct_websocket_message.md

15 lines
237 B
Markdown
Raw Normal View History

---
title: "struct websocket_message"
decl_name: "struct websocket_message"
symbol_kind: "struct"
signature: |
struct websocket_message {
unsigned char *data;
size_t size;
unsigned char flags;
};
---
WebSocket message