Home
last modified time | relevance | path

Searched refs:nghttpx (Results 1 – 25 of 44) sorted by relevance

12

/curl/tests/http/
H A Dconftest.py71 def nghttpx(env, httpd) -> Optional[Nghttpx]: function
72 nghttpx = NghttpxQuic(env=env)
74 nghttpx.clear_logs()
75 assert nghttpx.start()
76 yield nghttpx
77 nghttpx.stop()
81 nghttpx = NghttpxFwd(env=env)
83 nghttpx.clear_logs()
84 assert nghttpx.start()
85 yield nghttpx
[all …]
H A Dtest_06_eyeballs.py41 def _class_scope(self, env, httpd, nghttpx): argument
43 nghttpx.start_if_needed()
49 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
58 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
59 nghttpx.stop_if_running()
67 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument
68 nghttpx.stop_if_running()
77 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument
78 nghttpx.stop_if_running()
86 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument
[all …]
H A Dtest_14_auth.py42 def _class_scope(self, env, httpd, nghttpx): argument
44 nghttpx.start_if_needed()
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_02_download.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
92 httpd, nghttpx, repeat, proto): argument
147 httpd, nghttpx, repeat, proto): argument
166 httpd, nghttpx, repeat, proto): argument
182 httpd, nghttpx, repeat, proto): argument
193 httpd, nghttpx, repeat, proto): argument
208 httpd, nghttpx, repeat, proto): argument
221 httpd, nghttpx, repeat, proto): argument
236 httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_07_upload.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
56 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
213 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
233 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument
267 def test_07_33_issue_11157a(self, env: Env, httpd, nghttpx, repeat): argument
288 def test_07_33_issue_11157b(self, env: Env, httpd, nghttpx, repeat): argument
310 def test_07_34_issue_11194(self, env: Env, httpd, nghttpx, repeat): argument
364 def test_07_37_upload_307(self, env: Env, httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_18_methods.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
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_03_goaway.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
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
105 assert nghttpx.reload(timeout=timedelta(seconds=2))
118 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_05_errors.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
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_17_ssl_use.py44 def _class_scope(self, env, httpd, nghttpx): argument
46 nghttpx.start_if_needed()
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
123 def test_17_04_double_dot(self, env: Env, httpd, nghttpx, repeat, proto): argument
147 def test_17_05_ip_addr(self, env: Env, httpd, nghttpx, repeat, proto): argument
166 def test_17_06_localhost(self, env: Env, httpd, nghttpx, repeat, proto): argument
189 def test_17_07_ssl_ciphers(self, env: Env, httpd, nghttpx, ciphers, succeed, repeat): argument
H A Dtest_04_stuttered.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
51 def test_04_01_download_1(self, env: Env, httpd, nghttpx, repeat, argument
68 httpd, nghttpx, repeat, proto): 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
H A Dtest_16_info.py43 def _class_scope(self, env, httpd, nghttpx): argument
45 nghttpx.start_if_needed()
58 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
85 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
104 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_01_basic.py40 def _class_scope(self, env, nghttpx): argument
42 nghttpx.start_if_needed()
81 def test_01_05_h3_get(self, env: Env, httpd, nghttpx): argument
91 def test_01_06_timings(self, env: Env, httpd, nghttpx, repeat, proto): argument
/curl/tests/data/
H A Dtest240360 server: nghttpx
61 via: 1.1 nghttpx
68 "server":["nghttpx"],
69 "via":["1.1 nghttpx"]
H A Dtest240155 server: nghttpx
56 via: 1.1 nghttpx
67 Via: 2 nghttpx
H A Dtest250332 nghttpx-h3
59 via: 1.1 nghttpx
66 "via":["1.1 nghttpx"]
H A Dtest250273 Via: 3 nghttpx
78 Via: 3 nghttpx
83 Via: 3 nghttpx
88 Via: 3 nghttpx
H A Dtest250033 nghttpx-h3
70 via: 1.1 nghttpx
75 s/^server: nghttpx.*\r?\n//
H A Dtest240275 Via: 2 nghttpx
81 Via: 2 nghttpx
87 Via: 2 nghttpx
93 Via: 2 nghttpx
H A Dtest240475 Via: 2 nghttpx
81 Via: 2 nghttpx
87 Via: 2 nghttpx
93 Via: 2 nghttpx
H A Dtest170088 via: 1.1 nghttpx
95 via: 1.1 nghttpx
100 s/^server: nghttpx.*\r?\n//
H A Dtest240058 server: nghttpx
59 via: 1.1 nghttpx
H A Dtest240658 server: nghttpx
59 via: 1.1 nghttpx
/curl/tests/http/testenv/
H A D__init__.py37 from .nghttpx import Nghttpx
38 from .nghttpx import Nghttpx, NghttpxQuic, NghttpxFwd
/curl/tests/
H A Dhttp2-server.pl35 my $nghttpx = "nghttpx";
57 $nghttpx = $ARGV[1];
110 my $cmdline="$nghttpx --backend=$connect ".
H A Dhttp3-server.pl36 my $nghttpx = "nghttpx";
57 $nghttpx = $ARGV[1];
110 my $cmdline="$nghttpx --http2-proxy --backend=$connect ".

Completed in 53 milliseconds

12