Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kludex/uvicorn
/ functions
Functions
752 in github.com/Kludex/uvicorn
⨍
Functions
752
◇
Types & classes
84
↳
Endpoints
1
Function
test_supports_permessage_deflate_extension
( ws_protocol_cls: WSProtocol, http_protocol_cls: HTTPProtocol, unused_tcp_port: int )
tests/protocols/test_websocket.py:141
Function
test_trace_logging
(caplog: pytest.LogCaptureFixture, logging_config: dict[str, Any], unused_tcp_port: int)
tests/middleware/test_logging.py:48
Function
test_trace_logging_on_http_protocol
(http_protocol_cls, caplog, logging_config, unused_tcp_port: int)
tests/middleware/test_logging.py:70
Function
test_trace_logging_on_ws_protocol
( ws_protocol_cls: WSProtocol, caplog: pytest.LogCaptureFixture, logging_config: dict[str, Any],
tests/middleware/test_logging.py:88
Function
test_undersized_request
(http_protocol_cls: type[HTTPProtocol])
tests/protocols/test_http.py:501
Function
test_unknown_status_code
(caplog: pytest.LogCaptureFixture, unused_tcp_port: int)
tests/middleware/test_logging.py:185
Function
test_unsupported_ws_upgrade_request
(http_protocol_cls: type[HTTPProtocol])
tests/protocols/test_http.py:842
Function
test_unsupported_ws_upgrade_request_warn_on_auto
( caplog: pytest.LogCaptureFixture, http_protocol_cls: type[HTTPProtocol] )
tests/protocols/test_http.py:852
Function
test_valid_import
()
tests/importer/test_importer.py:32
Function
test_value_returned
(http_protocol_cls: type[HTTPProtocol])
tests/protocols/test_http.py:629
Function
test_wait_until_ready_bails_on_shutdown_or_dead_worker
()
tests/supervisors/test_multiprocess.py:190
Function
test_warn_when_using_reload_and_workers
(caplog: pytest.LogCaptureFixture)
tests/test_config.py:614
Method
test_watchfiles_no_changes
(self)
tests/supervisors/test_reload.py:289
Function
test_websocket_auto
()
tests/test_auto_detection.py:52
Function
test_ws_max_queue
()
tests/test_config.py:515
Function
test_ws_max_size
()
tests/test_config.py:509
Function
test_ws_websockets_emits_deprecation_warning
()
tests/test_config.py:502
Function
test_wsgi_app
()
tests/test_config.py:191
Function
test_wsgi_exc_info
(wsgi_middleware: Callable)
tests/middleware/test_wsgi.py:102
Function
test_wsgi_exception
(wsgi_middleware: Callable)
tests/middleware/test_wsgi.py:92
Function
test_wsgi_get
(wsgi_middleware: Callable)
tests/middleware/test_wsgi.py:61
Function
test_wsgi_post
(wsgi_middleware: Callable)
tests/middleware/test_wsgi.py:70
Function
test_wsgi_put_more_body
(wsgi_middleware: Callable)
tests/middleware/test_wsgi.py:79
Method
timeout_keep_alive_handler
Called on a keep-alive connection if no new data is received after a short delay.
uvicorn/protocols/http/h11_impl.py:364
Method
timeout_keep_alive_handler
Called on a keep-alive connection if no new data is received after a short delay.
uvicorn/protocols/http/httptools_impl.py:370
Function
tls_ca_certificate_pem_path
(tls_certificate_authority: trustme.CA)
tests/conftest.py:58
Function
tls_ca_certificate_private_key_path
(tls_certificate_authority: trustme.CA)
tests/conftest.py:64
Function
tls_ca_ssl_context
(tls_certificate_authority: trustme.CA)
tests/conftest.py:104
Function
tls_certificate
(tls_certificate_authority: trustme.CA)
tests/conftest.py:49
Function
tls_certificate_authority
()
tests/conftest.py:42
Function
tls_certificate_key_and_chain_path
(tls_certificate: trustme.LeafCert)
tests/conftest.py:92
Function
tls_certificate_private_key_encrypted_path
(tls_certificate)
tests/conftest.py:70
Function
tls_certificate_private_key_path
(tls_certificate: trustme.CA)
tests/conftest.py:86
Function
tls_certificate_server_cert_path
(tls_certificate: trustme.LeafCert)
tests/conftest.py:98
Function
tracking_run
(self: Server, sockets: object = None)
tests/test_main.py:150
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:54
Function
unused_tcp_port
()
tests/conftest.py:226
Method
use_subprocess
(self)
uvicorn/config.py:377
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:116
Method
websocket_disconnect
(self, message: WebSocketDisconnectEvent)
tests/protocols/test_websocket.py:718
Method
websocket_receive
(self, message: WebSocketReceiveEvent)
tests/protocols/test_websocket.py:319
Method
write
(self, data: bytes)
tests/protocols/test_http.py:184
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:232
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
701–752 of 752, ranked by callers