class HTTParty::ConnectionAdapter

def clean_host(host)

def clean_host(host)
  strip_ipv6_brackets(host)
end