class Async::HTTP::Protocol::HTTP2::Request

def valid?

def valid?
	@scheme and @method and @path
end