Home
last modified time | relevance | path

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

/external/curl/tests/http/
Dtest_02_download.py44 def _class_scope(self, env, httpd, nghttpx): argument
58 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
69 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto): argument
81 httpd, nghttpx, repeat, proto): argument
95 httpd, nghttpx, repeat, proto): argument
116 httpd, nghttpx, repeat, proto): argument
134 httpd, nghttpx, repeat, proto): argument
152 httpd, nghttpx, repeat, proto): argument
170 httpd, nghttpx, repeat, proto): argument
185 httpd, nghttpx, repeat, proto): argument
[all …]
Dtest_07_upload.py42 def _class_scope(self, env, httpd, nghttpx): argument
52 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
66 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
81 def test_07_10_upload_sequential(self, env: Env, httpd, nghttpx, repeat, proto): argument
97 def test_07_11_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto): argument
115 def test_07_20_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
133 def test_07_12_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
151 def test_07_20_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto): argument
169 def test_07_21_upload_parallel_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
191 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
[all …]
Dtest_06_eyeballs.py43 def _class_scope(self, env, httpd, nghttpx): argument
51 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
61 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
70 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument
81 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument
91 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument
101 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat): argument
113 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat): argument
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
68 httpd, nghttpx, repeat, proto): argument
91 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
114 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
Dtest_03_goaway.py44 def _class_scope(self, env, httpd, nghttpx): argument
51 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx, repeat): argument
84 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx, repeat): argument
116 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat): argument
Dconfig.ini.in33 [nghttpx] section
34 nghttpx = @HTTPD_NGHTTPX@ argument
Dtest_05_errors.py45 def _class_scope(self, env, httpd, nghttpx): argument
53 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
Dtest_12_reuse.py47 httpd, nghttpx, repeat, proto): argument
65 httpd, nghttpx, repeat, proto): argument
Dtest_01_basic.py42 def _class_scope(self, env, nghttpx): argument
86 def test_01_05_h3_get(self, env: Env, httpd, nghttpx): argument
Dconftest.py61 def nghttpx(env, httpd) -> Optional[Nghttpx]: function
/external/curl/docs/
DHTTP3.md305 ### nghttpx subsection
/external/curl/tests/http/testenv/
Denv.py381 def nghttpx(self) -> Optional[str]: member in Env