module Async::HTTP::Protocol::HTTP

def self.names

def self.names
	["h2", "http/1.1", "http/1.0"]
end