LICENSE
MANIFEST.in
README
setup.py
example/abort_handshake_wsh.py
example/abort_wsh.py
example/bench_wsh.py
example/benchmark_helper_wsh.py
example/close_wsh.py
example/cookie_wsh.py
example/echo_client.py
example/echo_noext_wsh.py
example/echo_wsh.py
example/hsts_wsh.py
example/internal_error_wsh.py
example/origin_check_wsh.py
mod_pywebsocket/__init__.py
mod_pywebsocket/_stream_base.py
mod_pywebsocket/_stream_hixie75.py
mod_pywebsocket/_stream_hybi.py
mod_pywebsocket/common.py
mod_pywebsocket/dispatch.py
mod_pywebsocket/extensions.py
mod_pywebsocket/headerparserhandler.py
mod_pywebsocket/http_header_util.py
mod_pywebsocket/memorizingfile.py
mod_pywebsocket/msgutil.py
mod_pywebsocket/mux.py
mod_pywebsocket/standalone.py
mod_pywebsocket/stream.py
mod_pywebsocket/util.py
mod_pywebsocket/xhr_benchmark_handler.py
mod_pywebsocket.egg-info/PKG-INFO
mod_pywebsocket.egg-info/SOURCES.txt
mod_pywebsocket.egg-info/dependency_links.txt
mod_pywebsocket.egg-info/top_level.txt
mod_pywebsocket/handshake/__init__.py
mod_pywebsocket/handshake/_base.py
mod_pywebsocket/handshake/hybi.py
mod_pywebsocket/handshake/hybi00.py
test/__init__.py
test/client_for_testing.py
test/endtoend_with_external_server.py
test/mock.py
test/mux_client_for_testing.py
test/run_all.py
test/set_sys_path.py
test/test_dispatch.py
test/test_endtoend.py
test/test_extensions.py
test/test_handshake.py
test/test_handshake_hybi.py
test/test_handshake_hybi00.py
test/test_http_header_util.py
test/test_memorizingfile.py
test/test_mock.py
test/test_msgutil.py
test/test_mux.py
test/test_stream.py
test/test_stream_hixie75.py
test/test_util.py
test/testdata/handlers/abort_by_user_wsh.py
test/testdata/handlers/blank_wsh.py
test/testdata/handlers/origin_check_wsh.py
test/testdata/handlers/sub/exception_in_transfer_wsh.py
test/testdata/handlers/sub/no_wsh_at_the_end.py
test/testdata/handlers/sub/non_callable_wsh.py
test/testdata/handlers/sub/plain_wsh.py
test/testdata/handlers/sub/wrong_handshake_sig_wsh.py
test/testdata/handlers/sub/wrong_transfer_sig_wsh.py