Home
last modified time | relevance | path

Searched defs:httpd (Results 1 – 20 of 20) sorted by relevance

/curl/tests/http/
H A Dconfig.ini.in28 [httpd] section
30 httpd = @HTTPD@ argument
31 apachectl = @APACHECTL@
H A Dtest_15_tracing.py40 def test_15_01_trace_defaults(self, env: Env, httpd): argument
51 def test_15_02_trace_ids(self, env: Env, httpd): argument
64 def test_15_03_trace_ids_time(self, env: Env, httpd): argument
77 def test_15_04_trace_all(self, env: Env, httpd): argument
96 def test_15_05_trace_all(self, env: Env, httpd): 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
213 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
233 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument
253 def test_07_32_issue_10591(self, env: Env, httpd, nghttpx, repeat, proto): argument
267 def test_07_33_issue_11157a(self, env: Env, httpd, nghttpx, repeat): argument
288 def test_07_33_issue_11157b(self, env: Env, httpd, nghttpx, repeat): argument
310 def test_07_34_issue_11194(self, env: Env, httpd, nghttpx, repeat): argument
364 def test_07_37_upload_307(self, env: Env, httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_02_download.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def _class_scope(self, env, httpd): argument
147 httpd, nghttpx, repeat, proto): argument
166 httpd, nghttpx, repeat, proto): argument
182 httpd, nghttpx, repeat, proto): argument
193 httpd, nghttpx, repeat, proto): argument
208 httpd, nghttpx, repeat, proto): argument
221 httpd, nghttpx, repeat, proto): argument
249 httpd, nghttpx, repeat, proto): argument
290 def test_02_20_h2_small_frames(self, env: Env, httpd, repeat): argument
[all …]
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_13_proxy_auth.py45 def _class_scope(self, env, httpd, nghttpx_fwd): argument
64 def test_13_01_proxy_no_auth(self, env: Env, httpd, repeat): argument
72 def test_13_02_proxy_auth(self, env: Env, httpd, repeat): argument
84 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
95 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
104 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd, repeat): argument
113 def test_13_06_tunnel_http_auth(self, env: Env, httpd, repeat): argument
127 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
145 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
H A Dtest_01_basic.py45 def test_01_01_http_get(self, env: Env, httpd): argument
54 def test_01_02_https_get(self, env: Env, httpd): argument
63 def test_01_03_h2_get(self, env: Env, httpd): argument
72 def test_01_04_h2_unsupported(self, env: Env, httpd): 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
H A Dtest_10_proxy.py42 def _class_scope(self, env, httpd, nghttpx_fwd): argument
62 def test_10_01_proxy_http(self, env: Env, httpd, repeat): argument
73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat): argument
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto, argument
113 def test_10_03_proxytunnel_http(self, env: Env, httpd, repeat): argument
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat): argument
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat): argument
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto, argument
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto, argument
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
[all …]
H A Dconftest.py59 def httpd(env) -> Httpd: function
71 def nghttpx(env, httpd) -> Optional[Nghttpx]: argument
80 def nghttpx_fwd(env, httpd) -> Optional[Nghttpx]: argument
H A Dtest_17_ssl_use.py44 def _class_scope(self, env, httpd, nghttpx): argument
50 def test_17_01_sslinfo_plain(self, env: Env, httpd, nghttpx, repeat): argument
61 def test_17_02_sslinfo_reconnect(self, env: Env, httpd, nghttpx, tls_max, repeat): argument
106 def test_17_03_trailing_dot(self, env: Env, httpd, nghttpx, repeat, proto): argument
123 def test_17_04_double_dot(self, env: Env, httpd, nghttpx, repeat, proto): argument
147 def test_17_05_ip_addr(self, env: Env, httpd, nghttpx, repeat, proto): argument
166 def test_17_06_localhost(self, env: Env, httpd, nghttpx, repeat, proto): argument
189 def test_17_07_ssl_ciphers(self, env: Env, httpd, nghttpx, ciphers, succeed, repeat): 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_18_methods.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def _class_scope(self, env, httpd): argument
58 def test_18_01_delete(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_18_02_delete_h2_special(self, env: Env, httpd, nghttpx, repeat): argument
H A Dtest_09_push.py40 def _class_scope(self, env, httpd): argument
64 def test_09_01_h2_early_hints(self, env: Env, httpd, repeat): argument
75 def test_09_02_h2_push(self, env: Env, httpd, repeat): argument
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 Dtest_03_goaway.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx, repeat): argument
82 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx, repeat): argument
118 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_16_info.py43 def _class_scope(self, env, httpd, nghttpx): argument
50 def _class_scope(self, env, httpd): argument
58 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
85 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
104 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_12_reuse.py46 httpd, nghttpx, repeat, proto): argument
66 httpd, nghttpx, repeat, proto): argument
H A Dtest_11_unix.py99 def test_11_01_unix_connect_http(self, env: Env, httpd, uds_faker, repeat): argument
110 def test_11_02_unix_connect_http(self, env: Env, httpd, uds_faker, repeat): argument
121 def test_11_03_unix_connect_quic(self, env: Env, httpd, uds_faker, repeat): argument
/curl/tests/http/testenv/
H A Denv.py520 def httpd(self) -> str: member in Env

Completed in 41 milliseconds