2025-04-08 18:46:12 +08:00

6 lines
197 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2020-05-27
更新Origin字段会带上端口号
2019-12-25
添加 rws_socket_handshake_fields_add(rws_socket socket, const char *fmt, ...); 函数用于添加自定义的握手字段
函数使用方式在r ws_example.c 中;