class Falcon::Command::Redirect

def redirect_endpoint(**options)

The template endpoint to redirect to.
def redirect_endpoint(**options)
	Async::HTTP::Endpoint.parse(@options[:redirect], **options)
end