remove accept_ member var from request builder

This commit is contained in:
Chunting Gu
2020-08-10 10:28:48 +08:00
parent 44a5a09fa6
commit b38e6c153d
3 changed files with 4 additions and 11 deletions
+1
View File
@@ -8,6 +8,7 @@ int main() {
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
webcc::ClientSession session;
session.Accept("application/json");
webcc::ResponsePtr r;