citra/src/web_service
Lioncash 8b98560ebb 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.
2018-10-23 15:42:22 +02:00
..
announce_room_json.cpp Address review comments 2018-10-20 10:35:55 -04:00
announce_room_json.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
CMakeLists.txt web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00
telemetry_json.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
telemetry_json.h telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-23 15:35:17 +02:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
verify_login.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
web_backend.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
web_backend.h web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00