put(path, callback) {
        const route = this[_defineExpressRoute]("put", path);

        if(callback !== undefined) {
            route.then(callback);