OLD | NEW |
1 ================= | 1 ================= |
2 websocket-client | 2 websocket-client |
3 ================= | 3 ================= |
4 | 4 |
5 websocket-client module is WebSocket client for python. This provide the low le
vel APIs for WebSocket. All APIs are the synchronous functions. | 5 websocket-client module is WebSocket client for python. This provide the low le
vel APIs for WebSocket. All APIs are the synchronous functions. |
6 | 6 |
7 websocket-client supports only hybi-13. | 7 websocket-client supports only hybi-13. |
8 | 8 |
9 License | 9 License |
10 ============ | 10 ============ |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 - delete invalid print statement. | 131 - delete invalid print statement. |
132 | 132 |
133 - v0.5.0 | 133 - v0.5.0 |
134 | 134 |
135 - support hybi-13 protocol. | 135 - support hybi-13 protocol. |
136 | 136 |
137 - v0.4.1 | 137 - v0.4.1 |
138 | 138 |
139 - fix incorrect custom header order(ISSUE#1) | 139 - fix incorrect custom header order(ISSUE#1) |
140 | 140 |
OLD | NEW |