class Falcon::Controller::Redirect

def endpoint

The endpoint the server will bind to.
def endpoint
	@command.endpoint.with(
		reuse_address: true,
	)
end