web_backend: Make Client use the PImpl idiom

Like with TelemetryJson, we can make the implementation details private
and avoid the need to expose httplib to external libraries that need to
use the Client class.
This commit is contained in:
Lioncash
2018-10-10 21:23:41 -04:00
committed by fearlessTobi
parent 25038aeb0d
commit 8b98560ebb
4 changed files with 161 additions and 153 deletions

View File

@ -4,6 +4,7 @@
#include <json.hpp>
#include "common/detached_tasks.h"
#include "common/web_result.h"
#include "web_service/telemetry_json.h"
#include "web_service/web_backend.h"