class HTTP::Request

def socket_host

Host for tcp socket
def socket_host
  using_proxy? ? proxy[:proxy_address] : host
end