Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: tools/telemetry/third_party/websocket-client/README.rst

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698