module Async::HTTP::Protocol::HTTP11

def self.bidirectional?

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