Add base64 encode and decode.

This commit is contained in:
Chunting Gu
2019-03-27 14:06:22 +08:00
parent ee56fe9d1b
commit 18db152419
7 changed files with 249 additions and 23 deletions
+2
View File
@@ -14,6 +14,7 @@ configure_file(
include(GNUInstallDirs)
set(HEADERS
base64.h
globals.h
http_client.h
http_client_pool.h
@@ -42,6 +43,7 @@ set(HEADERS
)
set(SOURCES
base64.cc
globals.cc
http_client.cc
http_client_pool.cc