Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user