Add response builder to simplify the response build; refine the service interfaces.

This commit is contained in:
Chunting Gu
2019-06-21 17:41:02 +08:00
parent 4140b4f94c
commit 8a7f53313b
14 changed files with 316 additions and 207 deletions
+1
View File
@@ -43,6 +43,7 @@ public:
// Send response to client.
void SendResponse(ResponsePtr response);
// TODO: Remove
void SendResponse(Status status);
private: