Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dtest_07_upload.py44 def _class_scope(self, env, httpd, nghttpx): argument
58 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
73 def test_07_02_upload_1_large(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 Dtest_06_eyeballs.py39 def _class_scope(self, env, httpd, nghttpx): argument
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
65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument
75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument
84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument
93 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat): argument
104 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_02_download.py45 def _class_scope(self, env, httpd, nghttpx): argument
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
238 httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_12_reuse.py44 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 Dtest_14_auth.py40 def _class_scope(self, env, httpd, nghttpx): argument
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 Dtest_05_errors.py41 def _class_scope(self, env, httpd, nghttpx): argument
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 Dconfig.ini.in33 [nghttpx] section
34 nghttpx = @HTTPD_NGHTTPX@ key
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.py42 def _class_scope(self, env, httpd, nghttpx): argument
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 Dtest_18_methods.py39 def _class_scope(self, env, httpd, nghttpx): argument
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 Dtest_16_info.py40 def _class_scope(self, env, httpd, nghttpx): argument
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 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.py108 def nghttpx(env, httpd) -> Generator[Nghttpx, None, None]: function
H A Dtest_17_ssl_use.py42 def _class_scope(self, env, httpd, nghttpx): argument
53 def test_17_01_sslinfo_plain(self, env: Env, nghttpx, repeat): argument
317 def test_17_10_h3_session_reuse(self, env: Env, httpd, nghttpx): argument
H A Dtest_19_shutdown.py40 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_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.py582 def nghttpx(self) -> Optional[str]: member in Env

Completed in 45 milliseconds