class Async::HTTP::URLEndpoint

def key

def key
	[@url.scheme, @url.userinfo, @url.host, @url.port, @options]
end