Home
last modified time | relevance | path

Searched defs:nghttpx (Results 1 – 17 of 17) sorted by relevance

/curl/tests/http/
H A Dtest_06_eyeballs.py41 def _class_scope(self, env, httpd, nghttpx): argument
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
67 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument
77 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument
86 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument
95 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat): argument
106 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_07_upload.py43 def _class_scope(self, env, httpd, nghttpx): argument
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
178 def test_07_15_hx_put(self, env: Env, httpd, nghttpx, proto): argument
194 def test_07_16_hx_put_reuse(self, env: Env, httpd, nghttpx, proto): argument
210 def test_07_17_hx_post_reuse(self, env: Env, httpd, nghttpx, proto): argument
280 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
300 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument
334 def test_07_33_issue_11157a(self, env: Env, httpd, nghttpx, repeat): argument
355 def test_07_33_issue_11157b(self, env: Env, httpd, nghttpx, repeat): argument
[all …]
H A Dtest_12_reuse.py47 httpd, nghttpx, repeat, proto): argument
67 httpd, nghttpx, repeat, proto): 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_02_download.py44 def _class_scope(self, env, httpd, nghttpx): argument
82 httpd, nghttpx, repeat, proto): argument
94 httpd, nghttpx, repeat, proto): argument
150 httpd, nghttpx, repeat, proto): argument
169 httpd, nghttpx, repeat, proto): argument
185 httpd, nghttpx, repeat, proto): argument
196 httpd, nghttpx, repeat, proto): argument
211 httpd, nghttpx, repeat, proto): argument
224 httpd, nghttpx, repeat, proto): argument
239 httpd, nghttpx, repeat, proto): argument
[all …]
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 Dconfig.ini.in33 [nghttpx] section
34 nghttpx = @HTTPD_NGHTTPX@ 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_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
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_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
H A Dtest_16_info.py43 def _class_scope(self, env, httpd, nghttpx): argument
58 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
73 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
89 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
110 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
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
H A Dconftest.py96 def nghttpx(env, httpd) -> Optional[Nghttpx]: function
H A Dtest_19_shutdown.py44 def _class_scope(self, env, httpd, nghttpx): argument
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_17_ssl_use.py44 def _class_scope(self, env, nghttpx): argument
54 def test_17_01_sslinfo_plain(self, env: Env, nghttpx, repeat): argument
H A Dtest_10_proxy.py94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto, argument
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto, argument
/curl/tests/http/testenv/
H A Denv.py543 def nghttpx(self) -> Optional[str]: member in Env

Completed in 42 milliseconds