Update README.md

This commit is contained in:
Chunting Gu
2019-04-16 14:29:18 +08:00
committed by GitHub
parent e434dc9fc8
commit 062c5cfc0e
+1 -1
View File
@@ -60,7 +60,7 @@ session.Request(webcc::HttpRequestBuilder{}.Get().
Adding additional headers is also easy: Adding additional headers is also easy:
```cpp ```cpp
r = session.Get("http://httpbin.org/get", session.Get("http://httpbin.org/get",
{"key1", "value1", "key2", "value2"}, {"key1", "value1", "key2", "value2"},
{"Accept", "application/json"}); // Also a std::vector {"Accept", "application/json"}); // Also a std::vector