Lines Matching refs:res
516 router.route('/foo', function (req, res, next) {
558 router.route('/foo', function (req, res, next) {
562 Assert.isObject(res);
614 'calling `res()` should have the same result as calling `next()`': function () {
618 router.route('/foo', function (req, res, next) {
620 Assert.isFunction(res);
621 res();
624 router.route('/foo', function (req, res, next) {
643 router.route('/foo', function (req, res, next) {
648 router.route(/foo/, function (req, res, next) {
653 router.route('/foo', function (req, res, next) {
657 router.route('/foo', function (req, res, next) {