module Async::HTTP::Protocol::HTTP11

def self.trailer?

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