Lines Matching refs:url
65 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
66 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto)
80 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
81 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto)
97 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
98 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto)
115 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
116 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto,
133 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
134 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto)
152 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
153 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto)
172 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-{count-1}]'
173 r = curl.http_put(urls=[url], data=indata, alpn_proto=proto)
185 url = f'https://localhost:{env.https_port}/curltest/put?id=[0-{count-1}]'
190 '-n', f'{count}', '-S', f'{upload_size}', '-V', proto, url
201 url = f'https://localhost:{env.https_port}/curltest/put?id=[0-{count-1}]'
206 '-n', f'{count}', '-S', f'{upload_size}', '-R', '-V', proto, url
217 url = f'https://localhost:{env.https_port}/curltest/echo?id=[0-{count-1}]'
222 '-n', f'{count}', '-M', 'POST', '-S', f'{upload_size}', '-R', '-V', proto, url
238 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
239 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto,
257 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-{count-1}]'
258 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto,
273 url = f'https://{env.authority_for(env.domain1, proto)}'\
275 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto,
290 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-{count-1}]'
291 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto,
310 …url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-{count-1}]&chunk_delay=…
311 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto,
330 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-{count-1}]'
331 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto)
340 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put'
347 '--url', url,
362 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?chunk_delay=2ms'
370 '--url', url,
384 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put'
393 '--url', url,
402 url = f'http://{env.domain1}:{env.http_port}/curltest/echo?id=[0-0]'
403 r = curl.http_upload(urls=[url], data=f'@{fdata}', extra_args=[
423 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo{redir}?id=[0-0]'
424 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto, extra_args=[
440 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo307?id=[0-0]'
441 r = curl.http_upload(urls=[url], data=data, alpn_proto=proto, extra_args=[
456 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
457 r = curl.http_form(urls=[url], alpn_proto=proto, form={
471 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
472 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto, extra_args=[
489 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
490 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto, extra_args=[
517 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
518 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto, extra_args=extra_args)
547 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]&die_after=0'
548 r = client.run(['-V', proto, url])
568 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]&just_die=1'
569 r = client.run(['-V', proto, url])
585 … url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]&die_after_100=1'
586 r = client.run(['-V', proto, url])
602 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?'\
604 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto,
618 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-0]'
619 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto,
637 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/echo?id=[0-0]'
638 r = curl.http_upload(urls=[url], data=f'@{fdata}', alpn_proto=proto,
652 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-0]'\
654 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto, extra_args=[
665 url = f'https://{env.authority_for(env.domain1, proto)}/curltest/put?id=[0-0]'\
667 r = curl.http_put(urls=[url], fdata=fdata, alpn_proto=proto, extra_args=[
694 url = f'https://{env.domain1}:{port}/curltest/put?id=[0-{count-1}]'
705 '-V', proto, url