Home
last modified time | relevance | path

Searched refs:WWWScope (Results 1 – 8 of 8) sorted by relevance

/dports/www/py-uvicorn/uvicorn-0.15.0/uvicorn/middleware/
H A Ddebug.py12 WWWScope,
22 self, scope: WWWScope, receive: ASGIReceiveCallable, send: ASGISendCallable argument
45 self, scope: WWWScope, receive: ASGIReceiveCallable, send: ASGISendCallable argument
62 def get_accept_header(scope: WWWScope) -> str: argument
78 self, scope: WWWScope, receive: ASGIReceiveCallable, send: ASGISendCallable argument
H A Dmessage_logger.py10 WWWScope,
49 self, scope: WWWScope, receive: ASGIReceiveCallable, send: ASGISendCallable argument
/dports/www/py-uvicorn/uvicorn-0.15.0/uvicorn/protocols/
H A Dutils.py5 from asgiref.typing import WWWScope
41 def get_client_addr(scope: WWWScope) -> str: argument
48 def get_path_with_query_string(scope: WWWScope) -> str: argument
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/middleware/
H A Dhttp_to_https.py6 from ..typing import ASGIFramework, HTTPScope, Scope, WebsocketScope, WWWScope
57 def _new_url(self, scheme: str, scope: WWWScope) -> str: argument
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/
H A Dstatsd.py9 from .typing import ResponseSummary, WWWScope
H A Dlogging.py13 from .typing import ResponseSummary, WWWScope
H A Dtyping.py64 WWWScope = Union[HTTPScope, WebsocketScope] variable
/dports/www/py-asgiref/asgiref-3.4.1/asgiref/
H A Dtyping.py102 WWWScope = Union[HTTPScope, WebSocketScope] variable