Lines Matching refs:proto
54 proto = 'http/1.1'
57 r = curl.http_get(url=url, alpn_proto=proto)
65 proto = 'http/1.1'
86 r = curl.http_download(urls=[urln], alpn_proto=proto, with_stats=True,
105 def test_17_03_trailing_dot(self, env: Env, proto): argument
106 if proto == 'h3' and not env.have_h3():
111 r = curl.http_get(url=url, alpn_proto=proto)
114 if proto != 'h3': # we proxy h3
120 def test_17_04_double_dot(self, env: Env, proto): argument
121 if proto == 'h3' and not env.have_h3():
126 r = curl.http_get(url=url, alpn_proto=proto, extra_args=[
132 if proto != 'h3': # we proxy h3
142 def test_17_05_ip_addr(self, env: Env, proto): argument
147 if proto == 'h3' and not env.have_h3():
152 r = curl.http_get(url=url, alpn_proto=proto)
155 if proto != 'h3': # we proxy h3
161 def test_17_06_localhost(self, env: Env, proto): argument
162 if proto == 'h3' and not env.have_h3():
167 r = curl.http_get(url=url, alpn_proto=proto)
170 if proto != 'h3': # we proxy h3
210 proto = 'http/1.1'
236 r = curl.http_get(url=url, alpn_proto=proto, extra_args=extra_args)
251 def test_17_08_cert_status(self, env: Env, proto): argument
252 if proto == 'h3' and not env.have_h3():
261 r = curl.http_get(url=url, alpn_proto=proto, extra_args=[
281 proto = 'http/1.1'
309 r = curl.http_get(url=url, alpn_proto=proto, extra_args=extra_args)
347 def test_17_11_wrong_host(self, env: Env, proto): argument
348 if proto == 'h3' and not env.have_h3():
353 r = curl.http_get(url=url, alpn_proto=proto)
358 def test_17_12_insecure(self, env: Env, proto): argument
359 if proto == 'h3' and not env.have_h3():
364 r = curl.http_get(url=url, alpn_proto=proto, extra_args=[