module Async::HTTP::Protocol::HTTP11

def self.names

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