Home
last modified time | relevance | path

Searched refs:http_download (Results 1 – 19 of 19) sorted by relevance

/curl/tests/http/
H A Dtest_06_eyeballs.py50 r = curl.http_download(urls=[urln], extra_args=['--http3-only'])
60 r = curl.http_download(urls=[urln], extra_args=['--http3-only'])
69 r = curl.http_download(urls=[urln], extra_args=['--http3'])
79 r = curl.http_download(urls=[urln], extra_args=['--http3'])
87 r = curl.http_download(urls=[urln])
96 r = curl.http_download(urls=[urln], extra_args=[
107 r = curl.http_download(urls=[urln], extra_args=[
H A Dtest_13_proxy_auth.py64 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
74 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
85 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
97 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
105 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
115 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
130 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
149 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
H A Dtest_05_errors.py60 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
83 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
99 r = curl.http_download(urls=[urln], alpn_proto=proto)
104 r = curl.http_download(urls=[urln], alpn_proto=proto)
127 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
H A Dtest_10_proxy.py65 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
79 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
117 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
129 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
140 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
157 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
185 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
260 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
269 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
285 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
[all …]
H A Dtest_12_reuse.py53 r = curl.http_download(urls=[urln], alpn_proto=proto)
73 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
94 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[
116 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[
138 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[
H A Dtest_02_download.py67 r = curl.http_download(urls=[url], alpn_proto=proto)
77 r = curl.http_download(urls=[url], alpn_proto=proto)
89 r = curl.http_download(urls=[urln], alpn_proto=proto)
102 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
124 r = curl.http_download(urls=[urln], alpn_proto=proto)
157 r = curl.http_download(urls=[urln], alpn_proto=proto,
174 r = curl.http_download(urls=[urln], alpn_proto=proto,
190 r = curl.http_download(urls=[urln], alpn_proto=proto)
216 r = curl.http_download(urls=[urln], alpn_proto=proto)
568 r = curl.http_download(urls=[urln], extra_args=[
[all …]
H A Dtest_19_shutdown.py61 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
79 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
98 r = curl.http_download(urls=[url], alpn_proto=proto)
143 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
168 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
H A Dtest_04_stuttered.py59 r = curl.http_download(urls=[urln], alpn_proto=proto)
77 r = curl.http_download(urls=[url1, urln], alpn_proto=proto,
99 r = curl.http_download(urls=[url1, urln], alpn_proto=proto,
121 r = curl.http_download(urls=[url1, urln], alpn_proto=proto,
H A Dtest_11_unix.py105 r = curl.http_download(urls=[url], with_stats=True,
116 r = curl.http_download(urls=[url], with_stats=True,
127 r = curl.http_download(urls=[url], with_stats=True,
H A Dtest_03_goaway.py59 self.r = curl.http_download(urls=[urln], alpn_proto=proto)
95 self.r = curl.http_download(urls=[urln], alpn_proto=proto)
126 self.r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
H A Dtest_08_caddy.py79 r = curl.http_download(urls=[url], alpn_proto=proto)
93 r = curl.http_download(urls=[urln], alpn_proto=proto)
107 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
130 r = curl.http_download(urls=[urln], alpn_proto=proto)
146 r = curl.http_download(urls=[urln], alpn_proto=proto)
165 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
H A Dtest_16_info.py61 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
76 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, extra_args=[
111 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
H A Dtest_14_auth.py54 r = curl.http_download(urls=[url], alpn_proto=proto)
64 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
H A Dtest_20_websockets.py50 r = curl.http_download(urls=[url])
84 r = curl.http_download(urls=[url])
H A Dtest_01_basic.py96 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
111 r = curl.http_download(urls=[url], with_stats=True, with_headers=True,
H A Dtest_09_push.py67 r = curl.http_download(urls=[url], alpn_proto='h2', with_stats=False,
H A Dscorecard.py145 r = curl.http_download(urls=[url], alpn_proto=self.protocol,
174 r = curl.http_download(urls=[url], alpn_proto=self.protocol,
204 r = curl.http_download(urls=[url], alpn_proto=self.protocol,
393 r = curl.http_download(urls=[url], alpn_proto=self.protocol, no_save=True,
H A Dtest_17_ssl_use.py86 r = curl.http_download(urls=[urln], alpn_proto=proto, with_stats=True,
/curl/tests/http/testenv/
H A Dcurl.py535 def http_download(self, urls: List[str], member in CurlClient

Completed in 28 milliseconds