Skip to content

Commit 439caf5

Browse files
committed
Fix #1479
1 parent c4ba43c commit 439caf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ auto res = cli.Get("/hi", headers);
493493
```
494494
or
495495
```c++
496+
auto res = cli.Get("/hi", {{"Accept-Encoding", "gzip, deflate"}});
497+
```
498+
or
499+
```c++
496500
cli.set_default_headers({
497501
{ "Accept-Encoding", "gzip, deflate" }
498502
});

0 commit comments

Comments
 (0)