Deleted Added
1
2/*
3 * Copyright (C) NGINX, Inc.
4 */
5
6#ifndef _NXT_PYTHON_ASGI_STR_H_INCLUDED_
7#define _NXT_PYTHON_ASGI_STR_H_INCLUDED_
8

--- 48 unchanged lines hidden (view full) ---

57extern PyObject *nxt_py_websocket_connect_str;
58extern PyObject *nxt_py_websocket_disconnect_str;
59extern PyObject *nxt_py_websocket_receive_str;
60extern PyObject *nxt_py_websocket_send_str;
61extern PyObject *nxt_py_ws_str;
62extern PyObject *nxt_py_wss_str;
63
64
65nxt_int_t nxt_py_asgi_str_init(void);
66void nxt_py_asgi_str_done(void);
67
68
69#endif /* _NXT_PYTHON_ASGI_STR_H_INCLUDED_ */