remove accept_ member var from request builder
This commit is contained in:
@@ -8,6 +8,7 @@ int main() {
|
||||
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
|
||||
|
||||
webcc::ClientSession session;
|
||||
|
||||
session.Accept("application/json");
|
||||
|
||||
webcc::ResponsePtr r;
|
||||
|
||||
Reference in New Issue
Block a user