[Source]
# File openssl/lib/net/https.rb, line 127 def edit_path( path ) if use_ssl 'https://' + addr_port + path else 'http://' + addr_port + path end end
[Validate]