Lines Matching refs:url
47 url = f'http://{env.domain1}:{env.http_port}/data.json'
48 r = curl.http_get(url=url)
56 url = f'https://{env.domain1}:{env.https_port}/data.json'
57 r = curl.http_get(url=url)
65 url = f'https://{env.domain1}:{env.https_port}/data.json'
66 r = curl.http_get(url=url, extra_args=['--http2'])
74 url = f'https://{env.domain2}:{env.https_port}/data.json'
75 r = curl.http_get(url=url, extra_args=['--http2'])
83 url = f'https://{env.domain1}:{env.h3_port}/data.json'
84 r = curl.http_get(url=url, extra_args=['--http3-only'])
95 url = f'https://{env.authority_for(env.domain1, proto)}/data.json'
96 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
110 url = f'https://{env.authority_for(env.domain1, proto)}/data.json'
111 r = curl.http_download(urls=[url], with_stats=True, with_headers=True,
123 url = f'http://{env.domain1}:{env.http_port}/data.json'
124 r = curl.http_get(url=url, extra_args=['--http2'])
135 url = f'http://{env.domain1}:{env.http_port}/data.json'
136 r = curl.http_get(url=url, extra_args=['--http2-prior-knowledge'])