Support chunked response content (but no Trailer headers).

This commit is contained in:
Chunting Gu
2019-01-31 18:10:12 +08:00
parent 01c7a6e328
commit 8d9855f751
11 changed files with 290 additions and 97 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace webcc {
const std::string kHost = "Host";
const std::string kContentType = "Content-Type";
const std::string kContentLength = "Content-Length";
const std::string kTransferEncoding = "Transfer-Encoding";
const std::string kUserAgent = "User-Agent";
const std::string kAppJsonUtf8 = "application/json; charset=utf-8";