MCPcopy Create free account

hub / github.com/Kludex/uvicorn / functions

Functions820 in github.com/Kludex/uvicorn

↓ 1 callersMethodreceive_text
Read the server frames, returning the text messages they carried.
tests/protocols/test_websocket.py:1535
↓ 1 callersMethodrender
(self, content)
tests/response.py:23
↓ 1 callersFunctionresolve_reload_patterns
(patterns_list: list[str], directories_list: list[str])
uvicorn/config.py:147
↓ 1 callersMethodrestart
(self)
uvicorn/supervisors/basereload.py:86
↓ 1 callersMethodrestart
(self)
tests/supervisors/test_reload.py:365
↓ 1 callersMethodresume_writing
Called by the transport when the write buffer drops below the low water mark.
uvicorn/protocols/http/zttp_impl.py:302
↓ 1 callersMethodresume_writing
Called by the transport when the write buffer drops below the low water mark.
uvicorn/protocols/http/h11_impl.py:358
↓ 1 callersMethodresume_writing
Called by the transport when the write buffer drops below the low water mark.
uvicorn/protocols/http/httptools_impl.py:364
↓ 1 callersMethodresume_writing
(self)
tests/protocols/test_websocket.py:1552
↓ 1 callersMethodrun
(self)
uvicorn/supervisors/multiprocess.py:196
↓ 1 callersMethodrun_asgi
(self, app: ASGI3Application)
uvicorn/protocols/http/zttp_impl.py:360
↓ 1 callersMethodrun_asgi
(self, app: ASGI3Application)
uvicorn/protocols/http/h11_impl.py:414
↓ 1 callersMethodrun_asgi
(self, app: ASGI3Application)
uvicorn/protocols/http/httptools_impl.py:420
↓ 1 callersMethodrun_asgi
(self)
uvicorn/protocols/websockets/wsproto_impl.py:360
↓ 1 callersMethodrun_asgi
(self)
uvicorn/protocols/websockets/websockets_sansio_impl.py:407
↓ 1 callersMethodrun_asgi
Wrapper around the ASGI callable, handling exceptions and unexpected termination states.
uvicorn/protocols/websockets/websockets_impl.py:251
↓ 1 callersMethodrun_later
(self, with_delay: float)
tests/protocols/test_http.py:241
↓ 1 callersMethodsend
(self, message: ASGISendEvent)
uvicorn/protocols/http/zttp_impl.py:406
↓ 1 callersMethodsend
(self, message: ASGISendEvent)
uvicorn/protocols/http/httptools_impl.py:463
↓ 1 callersMethodsend_400_response
(self, msg: str)
uvicorn/protocols/http/zttp_impl.py:253
↓ 1 callersMethodsend_400_response
(self, msg: str)
uvicorn/protocols/http/h11_impl.py:304
↓ 1 callersMethodsend_400_response
(self, msg: str)
uvicorn/protocols/http/httptools_impl.py:206
↓ 1 callersMethodsend_500_response
(self)
uvicorn/protocols/http/zttp_impl.py:388
↓ 1 callersMethodsend_500_response
(self)
uvicorn/protocols/http/h11_impl.py:442
↓ 1 callersMethodsend_500_response
(self)
uvicorn/protocols/http/httptools_impl.py:448
↓ 1 callersFunctionsend_fragmented_req
(path: str)
tests/protocols/test_http.py:959
↓ 1 callersMethodsender
(self, send: ASGISendCallable)
uvicorn/middleware/wsgi.py:146
↓ 1 callersMethodset_content_length
(self)
tests/response.py:28
↓ 1 callersMethodset_content_type
(self)
tests/response.py:32
↓ 1 callersFunctionset_exit
()
tests/test_server.py:114
↓ 1 callersMethodsetup_event_loop
(self)
uvicorn/config.py:531
↓ 1 callersMethodshould_restart
(self)
uvicorn/supervisors/basereload.py:116
↓ 1 callersMethodshould_restart
(self)
tests/supervisors/test_reload.py:371
↓ 1 callersMethodshutdown
(self)
uvicorn/lifespan/off.py:16
↓ 1 callersMethodshutdown
(self)
uvicorn/lifespan/on.py:64
↓ 1 callersMethodsignal_handler
A signal handler that is registered with the parent process.
uvicorn/supervisors/basereload.py:40
↓ 1 callersMethodstart_keepalive
(self)
uvicorn/protocols/websockets/wsproto_impl.py:304
↓ 1 callersMethodstart_keepalive
(self)
uvicorn/protocols/websockets/websockets_sansio_impl.py:329
↓ 1 callersMethodstartup
(self, sockets: list[socket.socket] | None = None)
uvicorn/server.py:106
↓ 1 callersMethodstartup
(self)
uvicorn/lifespan/off.py:13
↓ 1 callersMethodstartup
(self)
uvicorn/lifespan/on.py:47
↓ 1 callersMethodstartup
(self)
tests/supervisors/test_reload.py:362
↓ 1 callersFunctionsubprocess_started
Called when the child process starts. * config - The Uvicorn configuration instance. * target - A callable that accepts a list of socket
uvicorn/_subprocess.py:54
↓ 1 callersMethodto_message
(self)
uvicorn/protocols/websockets/wsproto_impl.py:61
↓ 1 callersFunctiontouch_soon
()
tests/supervisors/test_reload.py:40
↓ 1 callersFunctionuvloop_loop_factory
(use_subprocess: bool = False)
uvicorn/loops/uvloop.py:9
↓ 1 callersFunctionwsresponse
A simple websocket connection request and response helper
tests/protocols/test_websocket.py:74
Method__aenter__
(self)
tests/protocols/test_websocket.py:1500
Method__aexit__
(self, *exc_info: object)
tests/protocols/test_websocket.py:1506
Method__await__
(self)
tests/protocols/test_websocket.py:60
Method__call__
(self, receive: ASGIReceiveCallable, send: ASGISendCallable)
uvicorn/_types.py:269
Method__call__
(self, path: Path)
uvicorn/supervisors/watchfilesreload.py:37
Method__call__
( self, scope: "WWWScope", receive: "ASGIReceiveCallable", send: "ASGISendCall
uvicorn/middleware/message_logger.py:47
Method__call__
( self, scope: HTTPScope, receive: ASGIReceiveCallable, send: ASGISendCallable
uvicorn/middleware/wsgi.py:91
Method__call__
(self, receive: ASGIReceiveCallable, send: ASGISendCallable)
uvicorn/middleware/wsgi.py:120
Method__call__
(self, scope: "Scope", receive: "ASGIReceiveCallable", send: "ASGISendCallable")
uvicorn/middleware/asgi2.py:13
Method__call__
(self, scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
uvicorn/middleware/proxy_headers.py:28
Method__call__
(self, scope, receive, send)
tests/response.py:12
Method__contains__
(self, host: str | None)
uvicorn/middleware/proxy_headers.py:149
Function__getattr__
(name: str)
uvicorn/main.py:632
Method__init__
( self, app: ASGIApplication | Callable[..., Any] | str, host: str = "127.0.0.1",
uvicorn/config.py:192
Method__init__
( self, fmt: str | None = None, datefmt: str | None = None, style: Literal["%"
uvicorn/logging.py:32
Method__init__
(self, scope: Scope)
uvicorn/_types.py:267
Method__init__
(self, *args: Any, **kwargs: Any)
uvicorn/workers.py:32
Method__init__
(self)
uvicorn/server.py:51
Method__init__
(self, config: Config)
uvicorn/server.py:59
Method__init__
( self, config: Config, sockets: list[socket], )
uvicorn/supervisors/multiprocess.py:27
Method__init__
( self, config: Config, sockets: list[socket], )
uvicorn/supervisors/multiprocess.py:142
Method__init__
( self, config: Config, target: Callable[[list[socket] | None], None], sockets
uvicorn/supervisors/statreload.py:15
Method__init__
( self, config: Config, target: Callable[[list[socket] | None], None], sockets
uvicorn/supervisors/watchfilesreload.py:56
Method__init__
( self, config: Config, target: Callable[[list[socket] | None], None], sockets
uvicorn/supervisors/basereload.py:26
Method__init__
(self, app: "ASGI3Application")
uvicorn/middleware/message_logger.py:37
Method__init__
(self, app: WSGIApp, workers: int = 10)
uvicorn/middleware/wsgi.py:83
Method__init__
( self, app: WSGIApp, executor: concurrent.futures.ThreadPoolExecutor, scope:
uvicorn/middleware/wsgi.py:103
Method__init__
(self, app: "ASGI2Application")
uvicorn/middleware/asgi2.py:10
Method__init__
(self, app: ASGI3Application, trusted_hosts: list[str] | str = "127.0.0.1")
uvicorn/middleware/proxy_headers.py:24
Method__init__
(self, trusted_hosts: list[str] | str)
uvicorn/middleware/proxy_headers.py:108
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/http/zttp_impl.py:30
Method__init__
( self, scope: HTTPScope, conn: zttp.H1Connection, transport: asyncio.Transpor
uvicorn/protocols/http/zttp_impl.py:318
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/http/h11_impl.py:42
Method__init__
( self, scope: HTTPScope, conn: h11.Connection, transport: asyncio.Transport,
uvicorn/protocols/http/h11_impl.py:376
Method__init__
(self, transport: asyncio.Transport)
uvicorn/protocols/http/flow_control.py:11
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/http/httptools_impl.py:46
Method__init__
( self, scope: HTTPScope, transport: asyncio.Transport, flow: FlowControl,
uvicorn/protocols/http/httptools_impl.py:380
Method__init__
(self, max_length: int)
uvicorn/protocols/websockets/wsproto_impl.py:43
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/websockets/wsproto_impl.py:69
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/websockets/websockets_sansio_impl.py:57
Method__init__
( self, config: Config, server_state: ServerState, app_state: dict[str, Any],
uvicorn/protocols/websockets/websockets_impl.py:66
Method__init__
(self, config: Config)
uvicorn/lifespan/off.py:9
Method__init__
(self, config: Config)
uvicorn/lifespan/on.py:32
Method__init__
(self, content, status_code=200, headers=None, media_type=None)
tests/response.py:4
Method__init__
( self, sockname: tuple[str, int] | None = None, peername: tuple[str, int] | None = None, sslcontext:
tests/protocols/test_http.py:171
Method__init__
( self, loop_later_list: list[MockTimerHandle], delay: float, callback: Callable[[], None], args: tupl
tests/protocols/test_http.py:209
Method__init__
(self)
tests/protocols/test_http.py:225
Method__init__
(self, scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable)
tests/protocols/test_websocket.py:55
Method__init__
(self)
tests/protocols/test_websocket.py:1450
Method__init__
( self, app: ASGIApplication, ws_protocol_cls: WSProtocol, http_protocol_cls:
tests/protocols/test_websocket.py:1482
Method__init__
( self, family: socket.AddressFamily, peername: tuple[str, int] | None = None,
tests/protocols/test_utils.py:13
Method__init__
(self, info: dict[str, Any])
tests/protocols/test_utils.py:31
Method__init__
(self)
tests/benchmarks/http.py:79
← previousnext →201–300 of 820, ranked by callers