Response.prototype.title = function() {
      return this._title != null ? this._title : this._title = this._extract_title();
    };