Add RestSslClient; add User-Agent header.
This commit is contained in:
@@ -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 kUserAgent = "User-Agent";
|
||||
|
||||
const std::string kAppJsonUtf8 = "application/json; charset=utf-8";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user