Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example of http-wmt-get request with ipv6 #119

Closed
aasraoui opened this issue Jun 5, 2012 · 0 comments
Closed

example of http-wmt-get request with ipv6 #119

aasraoui opened this issue Jun 5, 2012 · 0 comments

Comments

@aasraoui
Copy link

aasraoui commented Jun 5, 2012

Looking for an example on how to initiate http-wmt-get request with ipv6 ,
is there an option for this which can be added to the opt list ?

getoptlong.each do |opt, arg|
case opt
when "--help"
puts "show help"
when "--speed"
puts "Speed is " + arg
speed = arg
when "--duration"
puts "Duration is " + arg
duration = arg.to_i
when "--verbose"
verbose = true
when "--url"
puts "Requested URL is " + arg
url = arg

thanks,
AA

@taf2 taf2 closed this as completed Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants