module Async::HTTP::Protocol::HTTP1

def self.bidirectional?

@returns [Boolean] Whether the protocol supports bidirectional communication.
def self.bidirectional?
	true
end