class Async::HTTP::Endpoint

def hostname

The hostname is the server we are connecting to:
def hostname
	@options[:hostname] || @url.hostname
end