mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
parent
e426a38c3e
commit
cefb5a8822
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ auto res = cli.Post(
|
|||
### With Progress Callback
|
||||
|
||||
```cpp
|
||||
httplib::Client client(url, port);
|
||||
httplib::Client cli(url, port);
|
||||
|
||||
// prints: 0 / 000 bytes => 50% complete
|
||||
auto res = cli.Get("/", [](uint64_t len, uint64_t total) {
|
||||
|
|
Loading…
Reference in a new issue