Rework the server to remove rest_xxx classes.

This commit is contained in:
Chunting Gu
2019-06-21 13:53:00 +08:00
parent 43aadee885
commit 4140b4f94c
24 changed files with 311 additions and 318 deletions
+3
View File
@@ -73,6 +73,9 @@ public:
private:
void CreateStartLine();
// Add boundary to the payload for multipart form data.
void AddBoundary(Payload& payload, bool end = false);
private:
std::string method_;