vmfloaty/lib
Brian Cain 9a1d4a15d6 (#27) Handle URLs that do not have HTTP or HTTPS
Prior to this commit, if a user provided a url without HTTP or HTTPS
Faraday would fail to make a connection to the pooler since it doesn't
seem to handle urls without that. This commit adds a simple check to see
what kind of URI the user gave us, and if its missing that protocol add
it to the beginning of the URL before making a request.
2016-08-26 10:08:38 -07:00
..
vmfloaty (#27) Handle URLs that do not have HTTP or HTTPS 2016-08-26 10:08:38 -07:00
vmfloaty.rb (#28) Add new ssh command to vmfloaty 2016-08-26 10:01:08 -07:00