text: d(function (status, text) {
      this.response.contentType = 'text/plain';
      this.send(status, text);
    }),