LICENSE
README.md
pyproject.toml
setup.py
src/socketify/__init__.py
src/socketify/__main__.py
src/socketify/asgi.py
src/socketify/cli.py
src/socketify/helpers.py
src/socketify/libsocketify_darwin_amd64.so
src/socketify/libsocketify_darwin_arm64.so
src/socketify/libsocketify_linux_amd64.so
src/socketify/libsocketify_windows_amd64.dll
src/socketify/loop.py
src/socketify/native.py
src/socketify/socketify.py
src/socketify/ssgi.py
src/socketify/status_codes.py
src/socketify/tasks.py
src/socketify/uv.py
src/socketify/wsgi.py
src/socketify.egg-info/PKG-INFO
src/socketify.egg-info/SOURCES.txt
src/socketify.egg-info/dependency_links.txt
src/socketify.egg-info/requires.txt
src/socketify.egg-info/top_level.txt
src/socketify/native/Make.bat
src/socketify/native/Makefile
src/socketify/native/libsocketify.o
src/socketify/native/uv_selector.txt
src/socketify/native/__pycache__/__init__.cpython-310.pyc
src/socketify/native/__pycache__/__init__.pypy38.pyc
src/socketify/native/__pycache__/uv.cpython-310.pyc
src/socketify/native/__pycache__/uv.pypy38.pyc
src/socketify/native/src/libsocketify.cpp
src/socketify/native/src/libsocketify.h
src/socketify/uWebSockets/GNUmakefile
src/socketify/uWebSockets/LICENSE
src/socketify/uWebSockets/Makefile
src/socketify/uWebSockets/README.md
src/socketify/uWebSockets/build
src/socketify/uWebSockets/build.c
src/socketify/uWebSockets/build.h
src/socketify/uWebSockets/benchmarks/Makefile
src/socketify/uWebSockets/benchmarks/README.md
src/socketify/uWebSockets/benchmarks/broadcast_test.c
src/socketify/uWebSockets/benchmarks/load_test.c
src/socketify/uWebSockets/benchmarks/scale_test.c
src/socketify/uWebSockets/capi/Makefile
src/socketify/uWebSockets/capi/libuwebsockets.cpp
src/socketify/uWebSockets/capi/libuwebsockets.h
src/socketify/uWebSockets/capi/examples/Broadcast.c
src/socketify/uWebSockets/capi/examples/BroadcastEchoServer.c
src/socketify/uWebSockets/capi/examples/EchoServer.c
src/socketify/uWebSockets/capi/examples/HelloWorld.c
src/socketify/uWebSockets/capi/examples/HelloWorldAsync.c
src/socketify/uWebSockets/capi/examples/RustHelloWorld.rs
src/socketify/uWebSockets/capi/examples/ServerName.c
src/socketify/uWebSockets/capi/examples/UpgradeAsync.c
src/socketify/uWebSockets/capi/examples/UpgradeSync.c
src/socketify/uWebSockets/cluster/README.md
src/socketify/uWebSockets/examples/Broadcast.cpp
src/socketify/uWebSockets/examples/BroadcastingEchoServer.cpp
src/socketify/uWebSockets/examples/Client.cpp
src/socketify/uWebSockets/examples/Crc32.cpp
src/socketify/uWebSockets/examples/EchoServer.cpp
src/socketify/uWebSockets/examples/EchoServerThreaded.cpp
src/socketify/uWebSockets/examples/HelloWorld.cpp
src/socketify/uWebSockets/examples/HelloWorldThreaded.cpp
src/socketify/uWebSockets/examples/Http3Server.cpp
src/socketify/uWebSockets/examples/HttpServer.cpp
src/socketify/uWebSockets/examples/README.md
src/socketify/uWebSockets/examples/ServerName.cpp
src/socketify/uWebSockets/examples/UpgradeAsync.cpp
src/socketify/uWebSockets/examples/UpgradeSync.cpp
src/socketify/uWebSockets/examples/helpers/AsyncFileReader.h
src/socketify/uWebSockets/examples/helpers/AsyncFileStreamer.h
src/socketify/uWebSockets/examples/helpers/Middleware.h
src/socketify/uWebSockets/examples/helpers/optparse.h
src/socketify/uWebSockets/fuzzing/EpollEchoServer.cpp
src/socketify/uWebSockets/fuzzing/EpollEchoServer.dict
src/socketify/uWebSockets/fuzzing/EpollEchoServerPubSub.cpp
src/socketify/uWebSockets/fuzzing/EpollEchoServerPubSub.dict
src/socketify/uWebSockets/fuzzing/EpollHelloWorld.cpp
src/socketify/uWebSockets/fuzzing/EpollHelloWorld.dict
src/socketify/uWebSockets/fuzzing/Extensions.cpp
src/socketify/uWebSockets/fuzzing/Http.cpp
src/socketify/uWebSockets/fuzzing/Makefile
src/socketify/uWebSockets/fuzzing/MultipartParser.cpp
src/socketify/uWebSockets/fuzzing/PerMessageDeflate.cpp
src/socketify/uWebSockets/fuzzing/QueryParser.cpp
src/socketify/uWebSockets/fuzzing/QueryParser.dict
src/socketify/uWebSockets/fuzzing/README.md
src/socketify/uWebSockets/fuzzing/TopicTree.cpp
src/socketify/uWebSockets/fuzzing/TopicTree.dict
src/socketify/uWebSockets/fuzzing/WebSocket.cpp
src/socketify/uWebSockets/fuzzing/helpers.h
src/socketify/uWebSockets/fuzzing/libEpollFuzzer/Makefile
src/socketify/uWebSockets/fuzzing/libEpollFuzzer/README.md
src/socketify/uWebSockets/fuzzing/libEpollFuzzer/epollFuzzer.svg
src/socketify/uWebSockets/fuzzing/libEpollFuzzer/epoll_fuzzer.h
src/socketify/uWebSockets/fuzzing/libEpollFuzzer/test.c
src/socketify/uWebSockets/fuzzing/seed-corpus/README.md
src/socketify/uWebSockets/misc/READMORE.md
src/socketify/uWebSockets/misc/bigshot_lineup.png
src/socketify/uWebSockets/misc/cert.pem
src/socketify/uWebSockets/misc/key.pem
src/socketify/uWebSockets/misc/logo.svg
src/socketify/uWebSockets/misc/websocket_lineup.png
src/socketify/uWebSockets/src/App.h
src/socketify/uWebSockets/src/AsyncSocket.h
src/socketify/uWebSockets/src/AsyncSocketData.h
src/socketify/uWebSockets/src/BloomFilter.h
src/socketify/uWebSockets/src/ChunkedEncoding.h
src/socketify/uWebSockets/src/ClientApp.h
src/socketify/uWebSockets/src/Http3App.h
src/socketify/uWebSockets/src/Http3Context.h
src/socketify/uWebSockets/src/Http3ContextData.h
src/socketify/uWebSockets/src/Http3Request.h
src/socketify/uWebSockets/src/Http3Response.h
src/socketify/uWebSockets/src/Http3ResponseData.h
src/socketify/uWebSockets/src/HttpContext.h
src/socketify/uWebSockets/src/HttpContextData.h
src/socketify/uWebSockets/src/HttpParser.h
src/socketify/uWebSockets/src/HttpResponse.h
src/socketify/uWebSockets/src/HttpResponseData.h
src/socketify/uWebSockets/src/HttpRouter.h
src/socketify/uWebSockets/src/Loop.h
src/socketify/uWebSockets/src/LoopData.h
src/socketify/uWebSockets/src/MessageParser.h
src/socketify/uWebSockets/src/MoveOnlyFunction.h
src/socketify/uWebSockets/src/Multipart.h
src/socketify/uWebSockets/src/PerMessageDeflate.h
src/socketify/uWebSockets/src/ProxyParser.h
src/socketify/uWebSockets/src/QueryParser.h
src/socketify/uWebSockets/src/TopicTree.h
src/socketify/uWebSockets/src/Utilities.h
src/socketify/uWebSockets/src/WebSocket.h
src/socketify/uWebSockets/src/WebSocketContext.h
src/socketify/uWebSockets/src/WebSocketContextData.h
src/socketify/uWebSockets/src/WebSocketData.h
src/socketify/uWebSockets/src/WebSocketExtensions.h
src/socketify/uWebSockets/src/WebSocketHandshake.h
src/socketify/uWebSockets/src/WebSocketProtocol.h
src/socketify/uWebSockets/tests/BloomFilter.cpp
src/socketify/uWebSockets/tests/ChunkedEncoding.cpp
src/socketify/uWebSockets/tests/ExtensionsNegotiator.cpp
src/socketify/uWebSockets/tests/HttpParser.cpp
src/socketify/uWebSockets/tests/HttpRouter.cpp
src/socketify/uWebSockets/tests/Makefile
src/socketify/uWebSockets/tests/README.md
src/socketify/uWebSockets/tests/TopicTree.cpp
src/socketify/uWebSockets/tests/smoke.mjs
src/socketify/uWebSockets/uSockets/LICENSE
src/socketify/uWebSockets/uSockets/Makefile
src/socketify/uWebSockets/uSockets/README.md
src/socketify/uWebSockets/uSockets/bsd.o
src/socketify/uWebSockets/uSockets/context.o
src/socketify/uWebSockets/uSockets/epoll_kqueue.o
src/socketify/uWebSockets/uSockets/gcd.o
src/socketify/uWebSockets/uSockets/libuv.o
src/socketify/uWebSockets/uSockets/loop.o
src/socketify/uWebSockets/uSockets/module.modulemap
src/socketify/uWebSockets/uSockets/openssl.o
src/socketify/uWebSockets/uSockets/quic.o
src/socketify/uWebSockets/uSockets/sni_tree.o
src/socketify/uWebSockets/uSockets/socket.o
src/socketify/uWebSockets/uSockets/uSockets_linux_amd64.a
src/socketify/uWebSockets/uSockets/udp.o
src/socketify/uWebSockets/uSockets/boringssl/API-CONVENTIONS.md
src/socketify/uWebSockets/uSockets/boringssl/BREAKING-CHANGES.md
src/socketify/uWebSockets/uSockets/boringssl/BUILDING.md
src/socketify/uWebSockets/uSockets/boringssl/CMakeLists.txt
src/socketify/uWebSockets/uSockets/boringssl/CONTRIBUTING.md
src/socketify/uWebSockets/uSockets/boringssl/FUZZING.md
src/socketify/uWebSockets/uSockets/boringssl/INCORPORATING.md
src/socketify/uWebSockets/uSockets/boringssl/LICENSE
src/socketify/uWebSockets/uSockets/boringssl/PORTING.md
src/socketify/uWebSockets/uSockets/boringssl/README.md
src/socketify/uWebSockets/uSockets/boringssl/SANDBOXING.md
src/socketify/uWebSockets/uSockets/boringssl/STYLE.md
src/socketify/uWebSockets/uSockets/boringssl/codereview.settings
src/socketify/uWebSockets/uSockets/boringssl/go.mod
src/socketify/uWebSockets/uSockets/boringssl/go.sum
src/socketify/uWebSockets/uSockets/boringssl/sources.cmake
src/socketify/uWebSockets/uSockets/examples/echo_server.c
src/socketify/uWebSockets/uSockets/examples/hammer_test.c
src/socketify/uWebSockets/uSockets/examples/hammer_test_unix.c
src/socketify/uWebSockets/uSockets/examples/http3_client.c
src/socketify/uWebSockets/uSockets/examples/http3_server.c
src/socketify/uWebSockets/uSockets/examples/http_load_test.c
src/socketify/uWebSockets/uSockets/examples/http_server.c
src/socketify/uWebSockets/uSockets/examples/peer_verify_test.c
src/socketify/uWebSockets/uSockets/examples/udp_benchmark.c
src/socketify/uWebSockets/uSockets/lsquic/APIs.txt
src/socketify/uWebSockets/uSockets/lsquic/BUILD-WINDOWS.md
src/socketify/uWebSockets/uSockets/lsquic/CHANGELOG
src/socketify/uWebSockets/uSockets/lsquic/CMakeCache.txt
src/socketify/uWebSockets/uSockets/lsquic/CMakeLists.txt
src/socketify/uWebSockets/uSockets/lsquic/CONTRIBUTORS.txt
src/socketify/uWebSockets/uSockets/lsquic/Dockerfile
src/socketify/uWebSockets/uSockets/lsquic/EXAMPLES.txt
src/socketify/uWebSockets/uSockets/lsquic/LICENSE
src/socketify/uWebSockets/uSockets/lsquic/LICENSE.chrome
src/socketify/uWebSockets/uSockets/lsquic/Makefile
src/socketify/uWebSockets/uSockets/lsquic/README.md
src/socketify/uWebSockets/uSockets/lsquic/appveyor-linux.yml
src/socketify/uWebSockets/uSockets/lsquic/appveyor-windows.cmd
src/socketify/uWebSockets/uSockets/lsquic/appveyor-windows.yml
src/socketify/uWebSockets/uSockets/lsquic/cmake_install.cmake
src/socketify/uWebSockets/uSockets/misc/gen_test_certs.sh
src/socketify/uWebSockets/uSockets/misc/layout.png
src/socketify/uWebSockets/uSockets/misc/manual.md
src/socketify/uWebSockets/uSockets/src/bsd.c
src/socketify/uWebSockets/uSockets/src/context.c
src/socketify/uWebSockets/uSockets/src/libusockets.h
src/socketify/uWebSockets/uSockets/src/loop.c
src/socketify/uWebSockets/uSockets/src/quic.c
src/socketify/uWebSockets/uSockets/src/quic.h
src/socketify/uWebSockets/uSockets/src/socket.c
src/socketify/uWebSockets/uSockets/src/udp.c
src/socketify/uWebSockets/uSockets/tests/sni_test.c