/unit/test/unit/ |
H A D | http.py | 14 def http(self, start_str, **kwargs): argument 141 def log_in(self, log): argument 163 def delete(self, **kwargs): argument 166 def get(self, **kwargs): argument 169 def head(self, **kwargs): argument 172 def post(self, **kwargs): argument 175 def put(self, **kwargs): argument 210 def _resp_to_dict(self, resp): argument 282 def _parse_json(self, resp): argument 292 def getjson(self, **kwargs): argument [all …]
|
H A D | control.py | 8 def args_wrapper(self, *args): argument 34 def conf(self, conf, url): argument 38 def conf_get(self, url): argument 42 def conf_delete(self, url): argument 46 def conf_post(self, conf, url): argument 49 def _get_args(self, url, conf=None): argument
|
H A D | option.py | 15 def __setattr__(self, name, value): argument 18 def __getattr__(self, name): argument
|
/unit/test/unit/applications/ |
H A D | tls.py | 10 def __init__(self): argument 15 def certificate(self, name='default', load=True): argument 39 def certificate_load(self, crt, key=None): argument 49 def get_ssl(self, **kwargs): argument 53 def post_ssl(self, **kwargs): argument 57 def openssl_conf(self, rewrite=False, alt_names=None): argument 93 def load(self, script, name=None): argument
|
H A D | websockets.py | 24 def key(self): argument 28 def accept(self, key): argument 32 def upgrade(self, headers=None): argument 65 def apply_mask(self, data, mask): argument 68 def serialize_close(self, code=1000, reason=''): argument 71 def frame_read(self, sock, read_timeout=60): argument 143 self, argument 187 def frame_write(self, sock, *args, **kwargs): argument 209 def message(self, sock, type, message, fragmention_size=None, **kwargs): argument 228 def message_read(self, sock, read_timeout=60): argument
|
H A D | proto.py | 10 def get_application_type(self): argument 17 def _load_conf(self, conf, **kwargs): argument
|
/unit/test/python/iter_exception/ |
H A D | wsgi.py | 2 def __init__(self, environ, start_response): argument 8 def __iter__(self): argument 35 def __next__(self): argument 45 def close(self): argument
|
/unit/test/python/close/ |
H A D | wsgi.py | 2 def __init__(self, environ, start_response): argument 6 def __iter__(self): argument 10 def close(self): argument
|
/unit/test/python/close_error/ |
H A D | wsgi.py | 2 def __init__(self, environ, start_response): argument 6 def __iter__(self): argument 10 def close(self): argument
|
/unit/test/python/ctx_iter_atexit/ |
H A D | wsgi.py | 5 def __init__(self, environ, start_response): argument 9 def __iter__(self): argument 23 def _atexit(self): argument
|
/unit/test/unit/applications/lang/ |
H A D | java.py | 12 def __init__(self, application_type='java'): argument 15 def prepare_env(self, script): argument 94 def load(self, script, **kwargs): argument
|
H A D | ruby.py | 9 def __init__(self, application_type='ruby'): argument 12 def prepare_env(self, script): argument 20 def load(self, script, name='config.ru', **kwargs): argument
|
H A D | node.py | 10 def __init__(self, application_type='node', es_modules=False): argument 14 def prepare_env(self, script): argument 28 def load(self, script, name='app.js', **kwargs): argument
|
H A D | perl.py | 6 def __init__(self, application_type='perl'): argument 9 def load(self, script, name='psgi.pl', **kwargs): argument
|
H A D | php.py | 9 def __init__(self, application_type='php'): argument 12 def load(self, script, index='index.php', **kwargs): argument
|
H A D | python.py | 10 def __init__(self, application_type='python', load_module='wsgi'): argument 14 def load(self, script, name=None, module=None, **kwargs): argument
|
H A D | go.py | 80 def load(self, script, name='app', **kwargs): argument
|
/unit/test/python/threading/ |
H A D | wsgi.py | 9 def __init__(self, x): argument 13 def log_index(self, index): argument 17 def run(self): argument
|
H A D | asgi.py | 9 def __init__(self, x): argument 13 def log_index(self, index): argument 17 def run(self): argument
|
/unit/test/python/not_iterable/ |
H A D | wsgi.py | 2 def __init__(self, environ, start_response): argument 6 def __iter__(self): argument
|
/unit/src/python/ |
H A D | nxt_python_asgi_lifespan.c | 403 nxt_py_asgi_lifespan_receive(PyObject *self, PyObject *none) in nxt_py_asgi_lifespan_receive() 447 nxt_py_asgi_lifespan_send(PyObject *self, PyObject *dict) in nxt_py_asgi_lifespan_send() 589 nxt_py_asgi_lifespan_done(PyObject *self, PyObject *future) in nxt_py_asgi_lifespan_done() 650 nxt_py_asgi_lifespan_dealloc(PyObject *self) in nxt_py_asgi_lifespan_dealloc()
|
H A D | nxt_python_asgi_http.c | 113 nxt_py_asgi_http_receive(PyObject *self, PyObject *none) in nxt_py_asgi_http_receive() 254 nxt_py_asgi_http_send(PyObject *self, PyObject *dict) in nxt_py_asgi_http_send() 648 nxt_py_asgi_http_done(PyObject *self, PyObject *future) in nxt_py_asgi_http_done()
|
H A D | nxt_python_wsgi.c | 908 nxt_py_start_resp(PyObject *self, PyObject *args) in nxt_py_start_resp() 1124 nxt_py_write(PyObject *self, PyObject *str) in nxt_py_write() 1144 nxt_py_input_dealloc(nxt_python_ctx_t *self) in nxt_py_input_dealloc() 1317 nxt_py_input_iter(PyObject *self) in nxt_py_input_iter() 1325 nxt_py_input_next(PyObject *self) in nxt_py_input_next()
|
H A D | nxt_python_asgi.c | 1157 nxt_py_asgi_port_read(PyObject *self, PyObject *args) in nxt_py_asgi_port_read() 1515 nxt_py_asgi_dealloc(PyObject *self) in nxt_py_asgi_dealloc() 1522 nxt_py_asgi_await(PyObject *self) in nxt_py_asgi_await() 1530 nxt_py_asgi_iter(PyObject *self) in nxt_py_asgi_iter() 1538 nxt_py_asgi_next(PyObject *self) in nxt_py_asgi_next()
|
/unit/src/ruby/ |
H A D | nxt_ruby_stream_io.c | 74 VALUE self; in nxt_ruby_stream_io_new() local 85 nxt_ruby_stream_io_initialize(int argc, VALUE *argv, VALUE self) in nxt_ruby_stream_io_initialize()
|