Lines Matching refs:proto
49 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto): argument
50 if proto == 'h3' and not env.have_h3():
54 r = curl.http_download(urls=[url], alpn_proto=proto)
59 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
60 if proto == 'h3' and not env.have_h3():
64 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
71 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
72 if proto == 'h3' and not env.have_h3():
77 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto, extra_args=[
84 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
85 if proto == 'h3' and not env.have_h3():
91 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto, extra_args=[
101 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
102 if proto == 'h3' and not env.have_h3():
104 if proto == 'h3' and not env.curl_uses_lib('ngtcp2'):
112 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto, extra_args=[
121 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
122 if proto == 'h3' and not env.have_h3():
124 if proto == 'h3' and env.curl_uses_lib('quiche'):
131 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto, extra_args=[