method: d.gs(function () {
        return this._method;
      }, function (value) {
        this._method = typeof value === "string" ? value.toUpperCase() : "GET";
      }),