module Falcon::Environment::TLS

def ssl_ciphers

@returns [Array(String)]
The supported ciphers.
def ssl_ciphers
	Falcon::TLS::SERVER_CIPHERS
end