Home
last modified time | relevance | path

Searched defs:self (Results 26 – 35 of 35) sorted by relevance

12

/curl/tests/http/
H A Dtest_19_shutdown.py44 def _class_scope(self, env, httpd, nghttpx): argument
51 def _class_scope(self, env, httpd): argument
60 def test_19_01_check_tcp_rst(self, env: Env, httpd, repeat, proto): argument
75 def test_19_02_check_shutdown(self, env: Env, httpd, repeat, proto): argument
92 def test_19_03_shutdown_by_server(self, env: Env, httpd, repeat, proto): argument
110 def test_19_04_shutdown_by_curl(self, env: Env, httpd, proto, repeat): argument
132 def test_19_05_event_shutdown_by_server(self, env: Env, httpd, proto, repeat): argument
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_04_stuttered.py43 def _class_scope(self, env, httpd, nghttpx): argument
51 def test_04_01_download_1(self, env: Env, httpd, nghttpx, repeat, argument
67 def test_04_02_100_100_10(self, env: Env, argument
90 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
112 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
130 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]: argument
H A Dtest_12_reuse.py46 def test_12_01_h1_conn_close(self, env: Env, argument
66 def test_12_02_h1_conn_timeout(self, env: Env, argument
84 def test_12_03_alt_svc_h2h3(self, env: Env, httpd, nghttpx): argument
106 def test_12_04_alt_svc_h3h2(self, env: Env, httpd, nghttpx): argument
128 def test_12_05_alt_svc_h3h1(self, env: Env, httpd, nghttpx): argument
H A Dtest_14_auth.py42 def _class_scope(self, env, httpd, nghttpx): argument
51 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto): argument
61 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
73 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
86 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
103 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
123 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_09_push.py40 def _class_scope(self, env, httpd): argument
64 def test_09_01_h2_early_hints(self, env: Env, httpd, repeat): argument
75 def test_09_02_h2_push(self, env: Env, httpd, repeat): argument
H A Dtest_05_errors.py43 def _class_scope(self, env, httpd, nghttpx): argument
51 def test_05_01_partial_1(self, env: Env, httpd, nghttpx, repeat, argument
74 def test_05_02_partial_20(self, env: Env, httpd, nghttpx, repeat, argument
97 def test_05_03_required(self, env: Env, httpd, nghttpx, repeat): argument
122 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_03_goaway.py42 def _class_scope(self, env, httpd, nghttpx): argument
49 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx, repeat): argument
81 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx, repeat): argument
115 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_18_methods.py43 def _class_scope(self, env, httpd, nghttpx): argument
55 def test_18_01_delete(self, env: Env, httpd, nghttpx, repeat, proto): argument
68 def test_18_02_delete_h2_special(self, env: Env, httpd, nghttpx, repeat): argument
/curl/tests/
H A Dnegtelnetserver.py81 def handle(self): argument
132 def __init__(self, tcp): argument
136 def recv(self, bytes): argument
170 def no_neg(self, byte_int, buffer): argument
181 def start_neg(self, byte_int): argument
210 def handle_option(self, byte_int): argument
231 def send_iac(self, arr): argument
236 def send_do(self, option_str): argument
240 def send_dont(self, option_str): argument
244 def send_will(self, option_str): argument
[all …]
H A Ddictserver.py80 def handle(self): argument

Completed in 24 milliseconds

12