Lines Matching refs:proto
55 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
56 if proto == 'h3' and not env.have_h3():
61 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
63 remote_port=env.port_for(alpn_proto=proto),
70 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 if proto == 'h3' and not env.have_h3():
76 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, extra_args=[
80 remote_port=env.port_for(alpn_proto=proto),
86 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
87 if proto == 'h3' and not env.have_h3():
94 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto,
100 remote_port=env.port_for(alpn_proto=proto),
107 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
111 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)