Response.prototype._extract_link_rel_next = function() {
      if (this._is_full_document_response()) {
        return $('link[rel="next"]', this._get_doc()).text();
      } else {
        return this.xhr.getResponseHeader('X-Wiselinks-LinkRelNext');