Add zlib to support content-encoding (gzip, deflate)

This commit is contained in:
Chunting Gu
2019-03-19 09:36:35 +08:00
parent 616f5a3f5e
commit 5f64f3bb62
126 changed files with 43337 additions and 13 deletions
+2
View File
@@ -37,6 +37,7 @@ set(HEADERS
url.h
utility.h
version.h
zlib_wrapper.h
)
set(SOURCES
@@ -60,6 +61,7 @@ set(SOURCES
rest_service.cc
url.cc
utility.cc
zlib_wrapper.cc
)
if(WEBCC_ENABLE_SOAP)