Route.prototype.host = function (host) {
  this.use(middleware.host(host))
  return this
}