Lines Matching refs:tunnel

116         xargs = curl.get_proxy_args(proxys=False, tunnel=True)
128 xargs = curl.get_proxy_args(tunnel=True)
139 xargs = curl.get_proxy_args(proxys=False, tunnel=True)
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument
152 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
156 xargs = curl.get_proxy_args(tunnel=True, proto=tunnel)
162 if tunnel == 'h2' else 'HTTP/1.1'
178 tunnel, fname, fcount, repeat): argument
179 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
184 xargs = curl.get_proxy_args(tunnel=True, proto=tunnel)
190 if tunnel == 'h2' else 'HTTP/1.1'
208 tunnel, fname, fcount, repeat): argument
209 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
215 xargs = curl.get_proxy_args(tunnel=True, proto=tunnel)
219 if tunnel == 'h2' else 'HTTP/1.1'
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
231 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
236 xargs = curl.get_proxy_args(tunnel=True, proto=tunnel)
241 if tunnel == 'h2' else 'HTTP/1.1'
242 if tunnel == 'h2':
253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
255 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
259 proxy_args = curl.get_proxy_args(tunnel=True, proto=tunnel)
264 if tunnel == 'h2' else 'HTTP/1.1'
278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
281 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
284 proxy_args = curl.get_proxy_args(tunnel=True, proto=tunnel)
289 if tunnel == 'h2' else 'HTTP/1.1'
304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
306 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
310 proxy_args = curl.get_proxy_args(tunnel=True, proto=tunnel)
315 if tunnel == 'h2' else 'HTTP/1.1'
330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
332 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
336 proxy_args = curl.get_proxy_args(tunnel=True, proto=tunnel)
341 if tunnel == 'h2' else 'HTTP/1.1'