Add basic auth support to the client; rename methods of HttpRequestBuilder.

This commit is contained in:
Chunting Gu
2019-04-01 17:42:28 +08:00
parent a8e86dec5e
commit d1ddfa4b3d
5 changed files with 83 additions and 52 deletions
+1
View File
@@ -80,6 +80,7 @@ namespace headers {
const char* const kHost = "Host";
const char* const kDate = "Date";
const char* const kAuthorization = "Authorization";
const char* const kContentType = "Content-Type";
const char* const kContentLength = "Content-Length";
const char* const kContentEncoding = "Content-Encoding";