Searched refs:nxt_py_asgi_http_receive (Results 1 – 1 of 1) sorted by relevance
34 static PyObject *nxt_py_asgi_http_receive(PyObject *self, PyObject *none);48 { "receive", nxt_py_asgi_http_receive, METH_NOARGS, 0 },113 nxt_py_asgi_http_receive(PyObject *self, PyObject *none) in nxt_py_asgi_http_receive() function