module Falcon::Environment::Server

def url

The host that this server will receive connections for.
def url
	"http://[::]:9292"
end