Commit a48b955d authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_send_websocket_frame.md

parent b92fae2b
...@@ -7,9 +7,9 @@ signature: | ...@@ -7,9 +7,9 @@ signature: |
const void *data, size_t data_len); const void *data, size_t data_len);
--- ---
Send websocket frame to the remote end. Send WebSocket frame to the remote end.
`op_and_flags` specifies frame's type, one of: `op_and_flags` specifies the frame's type. It's one of:
- WEBSOCKET_OP_CONTINUE - WEBSOCKET_OP_CONTINUE
- WEBSOCKET_OP_TEXT - WEBSOCKET_OP_TEXT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment