module Async::HTTP::Protocol::HTTP2

def self.bidirectional?

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