dbb-app icon indicating copy to clipboard operation
dbb-app copied to clipboard

Refactor http request handling

Open jonasschnelli opened this issue 9 years ago • 0 comments

Libcurl is used also for the Qt part right now. The reason for this is that we can use most core classes in a non QT cmd tool later.

HTTP Request handling should be refactored and there should be only one C++ class handling the request. Currently, dbb_gui.cpp (update checker) / libbitpaywalletclient.cpp (copay backend) and soon the ComServer will use curl and do not share the http request code.

jonasschnelli avatar May 05 '16 12:05 jonasschnelli