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
@@ -49,6 +49,7 @@ const std::size_t kMaxDumpSize = 2048;
extern const std::string kHost;
extern const std::string kContentType;
extern const std::string kContentLength;
extern const std::string kTransferEncoding;
extern const std::string kUserAgent;
extern const std::string kAppJsonUtf8;