/unit/test/python/targets/ |
H A D | asgi.py | 1 async def application_201(scope, receive, send): argument 13 async def application_200(scope, receive, send): argument 25 async def application_prefix(scope, receive, send): argument 48 async def legacy_app_http_200(receive, send): argument 58 def legacy_application_201(scope, receive=None, send=None): argument 64 async def legacy_app_http_201(receive, send): argument
|
/unit/test/python/lifespan/empty/ |
H A D | asgi.py | 4 async def handler(prefix, scope, receive, send): argument 32 async def application(scope, receive, send): argument 36 async def application2(scope, receive, send): argument
|
/unit/test/python/legacy_force/ |
H A D | asgi.py | 1 def application(scope, receive=None, send=None): argument 11 async def app_http(receive, send): argument
|
/unit/test/python/lifespan/failed/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/lifespan/error/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/lifespan/error_auto/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/mirror/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/empty/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/query_string/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/server_port/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/websockets/mirror/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/websockets/subprotocol/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/204_no_content/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/prefix/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/legacy/ |
H A D | asgi.py | 7 async def app_http(receive, send): argument
|
/unit/test/python/variables/ |
H A D | asgi.py | 1 async def application(scope, receive, send): argument
|
/unit/test/python/threads/ |
H A D | asgi.py | 5 async def application(scope, receive, send): argument
|
/unit/test/python/delayed/ |
H A D | asgi.py | 4 async def application(scope, receive, send): argument
|
/unit/test/python/threading/ |
H A D | asgi.py | 27 async def application(scope, receive, send): argument
|
/unit/src/nodejs/unit-http/ |
H A D | websocket_connection.js | 516 WebSocketConnection.prototype.send = function(data, cb) { method in WebSocketConnection
|
/unit/src/python/ |
H A D | nxt_python_asgi_lifespan.c | 137 PyObject *scope, *res, *py_task, *receive, *send, *done; in nxt_py_asgi_lifespan_target_startup() local
|
H A D | nxt_python_asgi.c | 452 PyObject *scope, *res, *task, *receive, *send, *done, *asgi; in nxt_py_asgi_request_handler() local
|
/unit/src/ |
H A D | nxt_conn.h | 83 ssize_t (*send)(nxt_conn_t *c, void *buf, member
|
H A D | nxt_http.h | 270 void (*send)(nxt_task_t *task, nxt_http_request_t *r, nxt_buf_t *out); member
|