Update README.md

master
Chunting Gu 6 years ago committed by GitHub
parent e434dc9fc8
commit 062c5cfc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ session.Request(webcc::HttpRequestBuilder{}.Get().
Adding additional headers is also easy:
```cpp
r = session.Get("http://httpbin.org/get",
session.Get("http://httpbin.org/get",
{"key1", "value1", "key2", "value2"},
{"Accept", "application/json"}); // Also a std::vector

Loading…
Cancel
Save