Lines Matching refs:url

64         url = f'http://localhost:{env.http_port}/data.json'
65 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
77 url = f'http://localhost:{env.http_port}/data.json'
79 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
101 url = f'http://localhost:{env.http_port}/curltest/echo?id=[0-{count-1}]'
103 r = curl.http_upload(urls=[url], data=f'@{srcfile}', alpn_proto=proto,
115 url = f'http://localhost:{env.http_port}/data.json'
117 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
127 url = f'http://localhost:{env.http_port}/data.json'
129 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
138 url = f'https://localhost:{env.https_port}/data.json'
140 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
155 url = f'https://localhost:{env.https_port}/data.json?[0-0]'
157 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
183 url = f'https://localhost:{env.https_port}/{fname}?[0-{count-1}]'
185 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
214 url = f'https://localhost:{env.https_port}/curltest/echo?id=[0-{count-1}]'
216 r = curl.http_upload(urls=[url], data=f'@{srcfile}', alpn_proto=proto,
258 url = f'https://localhost:{env.https_port}/data.json'
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,
283 url = f'https://localhost:{env.https_port}/data.json'
285 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
295 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
309 url = f'http://localhost:{env.http_port}/data.json'
311 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
321 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
335 url = f'https://localhost:{env.https_port}/data.json'
337 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
347 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
361 url = f'http://localhost:{env.http_port}/data.json'
363 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,