Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_http_send (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python_asgi_http.c36 static PyObject *nxt_py_asgi_http_send(PyObject *self, PyObject *dict);
49 { "send", nxt_py_asgi_http_send, METH_O, 0 },
254 nxt_py_asgi_http_send(PyObject *self, PyObject *dict) in nxt_py_asgi_http_send() function