Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 29) sorted by relevance

12

/unit/test/unit/
H A Dhttp.py15 def http(self, start_str, **kwargs): argument
139 def log_in(self, log): argument
161 def delete(self, **kwargs): argument
164 def get(self, **kwargs): argument
167 def head(self, **kwargs): argument
170 def post(self, **kwargs): argument
173 def put(self, **kwargs): argument
208 def _resp_to_dict(self, resp): argument
280 def _parse_json(self, resp): argument
290 def getjson(self, **kwargs): argument
[all …]
H A Dcontrol.py8 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 Doption.py16 def __setattr__(self, name, value): argument
19 def __getattr__(self, name): argument
/unit/test/unit/applications/
H A Dtls.py10 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 Dwebsockets.py25 def key(self): argument
29 def accept(self, key): argument
33 def upgrade(self, headers=None): argument
66 def apply_mask(self, data, mask): argument
69 def serialize_close(self, code=1000, reason=''): argument
72 def frame_read(self, sock, read_timeout=60): argument
144 self, argument
188 def frame_write(self, sock, *args, **kwargs): argument
210 def message(self, sock, mes_type, message, fragmention_size=None, **kwargs): argument
229 def message_read(self, sock, read_timeout=60): argument
H A Dproto.py10 def get_application_type(self): argument
17 def _load_conf(self, conf, **kwargs): argument
/unit/test/python/iter_exception/
H A Dwsgi.py2 def __init__(self, environ, start_response): argument
8 def __iter__(self): argument
33 def __next__(self): argument
43 def close(self): argument
/unit/test/python/close/
H A Dwsgi.py2 def __init__(self, environ, start_response): argument
6 def __iter__(self): argument
10 def close(self): argument
/unit/test/python/close_error/
H A Dwsgi.py2 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 Dwsgi.py5 def __init__(self, environ, start_response): argument
9 def __iter__(self): argument
23 def _atexit(self): argument
/unit/test/unit/applications/lang/
H A Djava.py12 def __init__(self, application_type='java'): argument
15 def prepare_env(self, script): argument
94 def load(self, script, **kwargs): argument
H A Druby.py9 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 Dnode.py10 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 Dperl.py6 def __init__(self, application_type='perl'): argument
9 def load(self, script, name='psgi.pl', **kwargs): argument
H A Dphp.py9 def __init__(self, application_type='php'): argument
12 def load(self, script, index='index.php', **kwargs): argument
H A Dpython.py10 def __init__(self, application_type='python', load_module='wsgi'): argument
14 def load(self, script, name=None, module=None, **kwargs): argument
H A Dgo.py80 def load(self, script, name='app', **kwargs): argument
/unit/test/python/threading/
H A Dwsgi.py9 def __init__(self, x): argument
13 def log_index(self, index): argument
17 def run(self): argument
H A Dasgi.py9 def __init__(self, x): argument
13 def log_index(self, index): argument
17 def run(self): argument
/unit/test/python/not_iterable/
H A Dwsgi.py2 def __init__(self, environ, start_response): argument
6 def __iter__(self): argument
/unit/src/wasm-wasi-component/src/
H A Dlib.rs240 async fn handle(&'static self, mut info: NxtRequestInfo) -> Result<()> { in handle()
335 &self, in to_request_builder()
368 &self, in to_request_body()
386 &self, in send_response()
410 &self, in send_response_body()
497 fn request_read(&mut self, dst: &mut BytesMut) { in request_read()
518 fn response_write(&mut self, data: &[u8]) { in response_write()
541 fn add_field(&mut self, key: &[u8], val: &[u8]) { in add_field()
554 fn send_response(&mut self) { in send_response()
561 fn request_done(self) { in request_done() argument
[all …]
/unit/src/python/
H A Dnxt_python_asgi_lifespan.c403 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 Dnxt_python_asgi_http.c113 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()
655 nxt_py_asgi_http_done(PyObject *self, PyObject *future) in nxt_py_asgi_http_done()
H A Dnxt_python_asgi.c1157 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 Dnxt_ruby_stream_io.c74 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()

12