@override Future<ReqInfo> getReqInfo() { var info = ReqInfo(contentType: URLENCODED, content: makeQuery(toJson())); return Future.value(info); }