class Async::HTTP::Endpoint

def tcp_endpoint

def tcp_endpoint
	Async::IO::Endpoint.tcp(self.hostname, port, **tcp_options)
end