Rocky.prototype.useIncoming = function () {
  this.router.use.apply(this.router, arguments)
  return this
}