Home
last modified time | relevance | path

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

12

/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
/curl/tests/http/
H A Dtest_17_ssl_use.py44 def _class_scope(self, env, httpd, nghttpx): argument
50 def test_17_01_sslinfo_plain(self, env: Env, httpd, nghttpx, repeat): argument
61 def test_17_02_sslinfo_reconnect(self, env: Env, httpd, nghttpx, tls_max, repeat): argument
106 def test_17_03_trailing_dot(self, env: Env, httpd, nghttpx, repeat, proto): argument
121 def test_17_04_double_dot(self, env: Env, httpd, nghttpx, repeat, proto): argument
145 def test_17_05_ip_addr(self, env: Env, httpd, nghttpx, repeat, proto): argument
164 def test_17_06_localhost(self, env: Env, httpd, nghttpx, repeat, proto): argument
187 def test_17_07_ssl_ciphers(self, env: Env, httpd, nghttpx, ciphers, succeed, repeat): argument
245 def test_17_08_cert_status(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_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_18_methods.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def _class_scope(self, env, httpd): argument
58 def test_18_01_delete(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_18_02_delete_h2_special(self, env: Env, httpd, nghttpx, repeat): 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.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx, repeat): argument
82 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx, repeat): argument
118 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_12_reuse.py45 def test_12_01_h1_conn_close(self, env: Env, argument
65 def test_12_02_h1_conn_timeout(self, env: Env, argument

Completed in 19 milliseconds

12