proxy.rule(function method (req, res, next) {
      spy(req, res)
      next(null, req.method !== 'GET')
    })