module Async::HTTP::Protocol::HTTP10

def self.trailer?

@returns [Boolean] Whether the protocol supports trailers.
def self.trailer?
	false
end