Response.prototype._extract_title = function() {
      if (this._is_full_document_response()) {
        return $('title', this._get_doc()).text();
      } else {
        return this.xhr.getResponseHeader('X-Wiselinks-Title');