class Falcon::Command::Virtual

def insecure_endpoint(**options)

The insecure endpoint for connecting to the {Redirect} instance.
def insecure_endpoint(**options)
	Async::HTTP::Endpoint.parse(@options[:bind_insecure], **options)
end