class Falcon::Redirection

def initialize(app, hosts, endpoint)

def initialize(app, hosts, endpoint)
	super(app)
	
	@hosts = hosts
	@endpoint = endpoint
end