class Async::HTTP::Endpoint

def alpn_protocols

def alpn_protocols
	@options.fetch(:alpn_protocols) {self.protocol.names}
end