module Falcon::Environment::Application

def scheme

@returns [String]
The scheme to use to communicate with the application.
def scheme
	'https'
end