Remove HttpFile to FormPart; refine payload prepare.

This commit is contained in:
Chunting Gu
2019-04-12 14:18:23 +08:00
parent 80d0c73617
commit a96109c3b7
24 changed files with 451 additions and 316 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ public:
return query_;
}
// Add a parameter to the query string.
void AddParameter(const std::string& key, const std::string& value);
// Add a query parameter.
void AddQuery(const std::string& key, const std::string& value);
private:
void Parse(const std::string& str);