["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT", "TRACE"].forEach(function (method) {
        var property = method.toLowerCase();

        mach[property] = function (app, options, modifier) {
          if (typeof app !== "function") {