/external/curl/tests/http/ |
D | test_02_download.py | 44 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 …]
|
D | test_07_upload.py | 42 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 …]
|
D | test_06_eyeballs.py | 43 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
|
D | test_04_stuttered.py | 42 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
|
D | test_03_goaway.py | 44 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
|
D | config.ini.in | 33 [nghttpx] section 34 nghttpx = @HTTPD_NGHTTPX@ argument
|
D | test_05_errors.py | 45 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
|
D | test_12_reuse.py | 47 httpd, nghttpx, repeat, proto): argument 65 httpd, nghttpx, repeat, proto): argument
|
D | test_01_basic.py | 42 def _class_scope(self, env, nghttpx): argument 86 def test_01_05_h3_get(self, env: Env, httpd, nghttpx): argument
|
D | conftest.py | 61 def nghttpx(env, httpd) -> Optional[Nghttpx]: function
|
/external/curl/docs/ |
D | HTTP3.md | 305 ### nghttpx subsection
|
/external/curl/tests/http/testenv/ |
D | env.py | 381 def nghttpx(self) -> Optional[str]: member in Env
|