module Async::HTTP::Protocol::HTTP10

def self.names

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