class Falcon::Command::Redirect

def endpoint(**options)

def endpoint(**options)
	Async::HTTP::Endpoint.parse(@options[:bind], **options)
end