module Falcon::Environment::Server

def authority

@returns [String]
The server authority. Defaults to the server name.
def authority
	self.name
end