req.options.forEach((opt) => {
            if (!options[opt.name]) {
                options[opt.name] = opt.value;
            }
            else {