class Async::HTTP::URLEndpoint

def protocol

def protocol
	if secure?
		Protocol::HTTPS
	else
		Protocol::HTTP1
	end
end