/curl/tests/http/ |
H A D | conftest.py | 110 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0): 111 nghttpx.clear_logs() 112 assert nghttpx.start() 113 yield nghttpx 114 nghttpx.stop() 118 nghttpx = NghttpxFwd(env=env) 119 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0): 120 nghttpx.clear_logs() 121 assert nghttpx.start() 122 yield nghttpx [all …]
|
H A D | test_06_eyeballs.py | 39 def _class_scope(self, env, httpd, nghttpx): argument 41 nghttpx.start_if_needed() 47 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat): argument 56 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat): argument 57 nghttpx.stop_if_running() 65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument 66 nghttpx.stop_if_running() 75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument 76 nghttpx.stop_if_running() 84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument [all …]
|
H A D | test_14_auth.py | 40 def _class_scope(self, env, httpd, nghttpx): argument 42 nghttpx.start_if_needed() 49 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto): argument 59 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument 71 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument 84 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument 101 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument 121 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
|
H A D | test_18_methods.py | 39 def _class_scope(self, env, httpd, nghttpx): argument 41 nghttpx.start_if_needed() 51 def test_18_01_delete(self, env: Env, httpd, nghttpx, repeat, proto): argument 64 def test_18_02_delete_h2_special(self, env: Env, httpd, nghttpx, repeat): argument
|
H A D | test_02_download.py | 45 def _class_scope(self, env, httpd, nghttpx): argument 47 nghttpx.start_if_needed() 83 httpd, nghttpx, repeat, proto): argument 95 httpd, nghttpx, repeat, proto): argument 151 httpd, nghttpx, repeat, proto): argument 170 httpd, nghttpx, repeat, proto): argument 184 httpd, nghttpx, repeat, proto): argument 195 httpd, nghttpx, repeat, proto): argument 210 httpd, nghttpx, repeat, proto): argument 223 httpd, nghttpx, repeat, proto): argument [all …]
|
H A D | test_03_goaway.py | 42 def _class_scope(self, env, httpd, nghttpx): argument 44 nghttpx.start_if_needed() 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 102 assert nghttpx.reload(timeout=timedelta(seconds=2)) 115 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat): argument
|
H A D | test_05_errors.py | 41 def _class_scope(self, env, httpd, nghttpx): argument 43 nghttpx.start_if_needed() 49 def test_05_01_partial_1(self, env: Env, httpd, nghttpx, repeat, argument 72 def test_05_02_partial_20(self, env: Env, httpd, nghttpx, repeat, argument 95 def test_05_03_required(self, env: Env, httpd, nghttpx, repeat): argument 120 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
|
H A D | test_07_upload.py | 44 def _class_scope(self, env, httpd, nghttpx): argument 46 nghttpx.start_if_needed() 58 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument 180 def test_07_15_hx_put(self, env: Env, httpd, nghttpx, proto): argument 196 def test_07_16_hx_put_reuse(self, env: Env, httpd, nghttpx, proto): argument 212 def test_07_17_hx_post_reuse(self, env: Env, httpd, nghttpx, proto): argument 282 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument 302 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument 336 def test_07_33_issue_11157a(self, env: Env, httpd, nghttpx, repeat): argument 357 def test_07_33_issue_11157b(self, env: Env, httpd, nghttpx, repeat): argument [all …]
|
H A D | test_04_stuttered.py | 42 def _class_scope(self, env, httpd, nghttpx): argument 44 nghttpx.start_if_needed() 50 def test_04_01_download_1(self, env: Env, httpd, nghttpx, repeat, argument 67 httpd, nghttpx, repeat, proto): argument 89 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument 111 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
|
H A D | test_12_reuse.py | 44 httpd, nghttpx, repeat, proto): argument 64 httpd, nghttpx, repeat, proto): argument 81 def test_12_03_alt_svc_h2h3(self, env: Env, httpd, nghttpx): argument 103 def test_12_04_alt_svc_h3h2(self, env: Env, httpd, nghttpx): argument 125 def test_12_05_alt_svc_h3h1(self, env: Env, httpd, nghttpx): argument
|
H A D | test_16_info.py | 40 def _class_scope(self, env, httpd, nghttpx): argument 42 nghttpx.start_if_needed() 55 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument 70 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument 86 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument 107 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
|
H A D | test_01_basic.py | 40 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 106 def test_01_07_head(self, env: Env, httpd, nghttpx, repeat, proto): argument
|
/curl/tests/data/ |
H A D | test2403 | 59 server: nghttpx 60 via: 1.1 nghttpx 67 "server":["nghttpx"], 68 "via":["1.1 nghttpx"]
|
H A D | test2401 | 54 server: nghttpx 55 via: 1.1 nghttpx 66 Via: 2 nghttpx
|
H A D | test2503 | 32 nghttpx-h3 58 via: 1.1 nghttpx 65 "via":["1.1 nghttpx"]
|
H A D | test2500 | 33 nghttpx-h3 69 via: 1.1 nghttpx 74 s/^server: nghttpx.*\r?\n//
|
H A D | test2404 | 74 Via: 2 nghttpx 80 Via: 2 nghttpx 86 Via: 2 nghttpx 92 Via: 2 nghttpx
|
H A D | test2502 | 72 Via: 3 nghttpx 77 Via: 3 nghttpx 82 Via: 3 nghttpx 87 Via: 3 nghttpx
|
H A D | test2402 | 74 Via: 2 nghttpx 80 Via: 2 nghttpx 86 Via: 2 nghttpx 92 Via: 2 nghttpx
|
H A D | test1700 | 87 via: 1.1 nghttpx 94 via: 1.1 nghttpx 99 s/^server: nghttpx.*\r?\n//
|
H A D | test2406 | 57 server: nghttpx 58 via: 1.1 nghttpx
|
H A D | test2400 | 58 server: nghttpx 59 via: 1.1 nghttpx
|
H A D | test2501 | 54 via: 1.1 nghttpx 64 Via: 3 nghttpx
|
/curl/tests/ |
H A D | http2-server.pl | 35 my $nghttpx = "nghttpx"; 58 $nghttpx = $ARGV[1]; 111 my $cmdline="$nghttpx --backend=$connect ".
|
H A D | http3-server.pl | 36 my $nghttpx = "nghttpx"; 58 $nghttpx = $ARGV[1]; 111 my $cmdline="$nghttpx --http2-proxy --backend=$connect ".
|