# File lib/rev/http_client.rb, line 78
78:     def encode_host
79:       remote_host + (remote_port.to_i != 80 ? ":#{remote_port}" : "")
80:     end