method
edit_path
ruby latest stable - Class:
Net::HTTP::ProxyDelta
edit_path(path)private
No documentation available.
# File lib/net/http/proxy_delta.rb, line 13
def edit_path(path)
use_ssl? ? path : "http://#{addr_port()}#{path}"
end