Lines Matching refs:url
63 url = f'http://localhost:{env.http_port}/data.json'
64 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
71 url = f'http://localhost:{env.http_port}/data.json'
74 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
83 url = f'http://localhost:{env.http_port}/data.json'
85 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
94 url = f'http://localhost:{env.http_port}/data.json'
97 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
103 url = f'http://localhost:{env.http_port}/data.json'
105 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
112 url = f'http://localhost:{env.http_port}/data.json'
115 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
128 url = f'https://localhost:{env.https_port}/data.json'
130 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
146 url = f'https://localhost:{env.https_port}/data.json'
149 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,