module Falcon::Environment::Application
def 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
def protocol Async::HTTP::Protocol::HTTP2 end