module Falcon::Environment::Redirect

def redirect_endpoint

def redirect_endpoint
	Async::HTTP::Endpoint.parse(redirect_url)
end