module Falcon::Environment::Application

def protocol

@returns [Async::HTTP::Protocol]

Typically one of {Async::HTTP::Protocol::HTTP1} or {Async::HTTP::Protocl::HTTP2}.

The protocol to use to communicate with the application.
def protocol
	Async::HTTP::Protocol::HTTP2
end