Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kludex/uvicorn
/ functions
Functions
820 in github.com/Kludex/uvicorn
⨍
Functions
820
◇
Types & classes
88
↳
Endpoints
1
Function
tracking_run
(self: Server, sockets: object = None)
tests/test_main.py:150
Method
transport_closed
(self)
tests/protocols/test_websocket.py:1566
Function
uds_file
(tmp_path: Path, request: pytest.FixtureRequest)
tests/test_cli.py:105
Method
unregister
(self, ws: WebSocketServerProtocol)
uvicorn/protocols/websockets/websockets_impl.py:55
Function
unused_tcp_port
()
tests/conftest.py:226
Method
use_subprocess
(self)
uvicorn/config.py:378
Function
wait_app
(scope, receive, send)
tests/supervisors/test_signal.py:26
Function
web_concurrency
(request: pytest.FixtureRequest)
tests/test_config.py:413
Function
websocket_app
(scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
tests/middleware/test_proxy_headers.py:522
Function
websocket_app
(scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
tests/middleware/test_logging.py:94
Method
websocket_connect
(self, message: WebSocketConnectEvent)
tests/protocols/test_websocket.py:121
Method
websocket_disconnect
(self, message: WebSocketDisconnectEvent)
tests/protocols/test_websocket.py:730
Method
websocket_receive
(self, message: WebSocketReceiveEvent)
tests/protocols/test_websocket.py:331
Method
write
(self, data: bytes)
tests/protocols/test_http.py:184
Method
write
(self, data: bytes)
tests/protocols/test_websocket.py:1458
Function
ws_cls
(request: pytest.FixtureRequest)
tests/benchmarks/test_ws.py:28
Method
ws_handler
This is the main handler function for the 'websockets' implementation to call into. We just wait for close then return, and instead a
uvicorn/protocols/websockets/websockets_impl.py:242
Method
wsgi
(self, environ: Environ, start_response: StartResponse)
uvicorn/middleware/wsgi.py:177
Function
wsgi_app
(environ: Environ, start_response: StartResponse)
tests/test_config.py:48
Function
yaml_logging_config
(logging_config: dict)
tests/test_config.py:40
← previous
801–820 of 820, ranked by callers