]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a simple websocket client and unittest
authorBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 05:03:45 +0000 (00:03 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 05:03:45 +0000 (00:03 -0500)
commit8e2900205732315c90842597ad4cf234143a2972
tree868731b0094b0dba34e662c8a818221c7d2b2472
parentddbb7e8adcf01095684fba442dcd38ff978356a5
Add a simple websocket client and unittest
tornado/simple_httpclient.py
tornado/test/runtests.py
tornado/test/websocket_test.py [new file with mode: 0644]
tornado/websocket.py