module Async::HTTP::Protocol::HTTP2

def self.names

@returns [Array] The names of the supported protocol.
def self.names
	["h2"]
end