Response.prototype.content = function() {
      return this._content != null ? this._content : this._content = this._extract_content();
    };