# File lib/restclient/request.rb, line 76
                def parse_url(url)
                        url = "http://#{url}" unless url.match(/^http/)
                        URI.parse(url)
                end