Lines Matching refs:proto
72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto): argument
73 if proto == 'h3' and not env.have_h3_curl():
75 if proto == 'h3' and env.curl_uses_lib('msh3'):
79 r = curl.http_download(urls=[url], alpn_proto=proto)
85 repeat, proto): argument
86 if proto == 'h3' and not env.have_h3_curl():
88 if proto == 'h3' and env.curl_uses_lib('msh3'):
93 r = curl.http_download(urls=[urln], alpn_proto=proto)
99 repeat, proto): argument
100 if proto == 'h3' and not env.have_h3_curl():
102 if proto == 'h3' and env.curl_uses_lib('msh3'):
107 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
111 if proto == 'http/1.1':
122 repeat, proto): argument
123 if proto == 'h3' and not env.have_h3_curl():
125 if proto == 'h3' and env.curl_uses_lib('msh3'):
130 r = curl.http_download(urls=[urln], alpn_proto=proto)
138 repeat, proto): argument
139 if proto == 'h3' and not env.have_h3_curl():
141 if proto == 'h3' and env.curl_uses_lib('msh3'):
146 r = curl.http_download(urls=[urln], alpn_proto=proto)
154 repeat, proto): argument
155 if proto == 'h3' and not env.have_h3_curl():
157 if proto == 'h3' and env.curl_uses_lib('msh3'):
159 if proto == 'http/1.1' and env.curl_uses_lib('mbedtls'):
165 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
169 if proto == 'http/1.1':
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto): argument
178 if proto == 'h3' and not env.have_h3():
180 if proto == 'h3' and env.curl_uses_lib('msh3'):
187 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto,
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto): argument
197 if proto == 'h3' and not env.have_h3():
199 if proto == 'h3' and env.curl_uses_lib('msh3'):
206 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto)
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto): argument
226 '-V', proto, url