There was an error fetching the commit references. Please try again later.
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.
Showing
- src/common/web_result.h 1 addition, 0 deletionssrc/common/web_result.h
- src/web_service/telemetry_json.cpp 1 addition, 0 deletionssrc/web_service/telemetry_json.cpp
- src/web_service/verify_login.cpp 1 addition, 0 deletionssrc/web_service/verify_login.cpp
- src/web_service/web_backend.cpp 141 additions, 94 deletionssrc/web_service/web_backend.cpp
- src/web_service/web_backend.h 10 additions, 48 deletionssrc/web_service/web_backend.h
Loading
Please register or sign in to comment