1
0
mirror of synced 2025-12-06 11:20:56 +03:00

Update README

This commit is contained in:
yhirose
2025-12-02 17:08:53 -05:00
parent 8bba34eebc
commit 1d36013fc3
2 changed files with 5 additions and 1 deletions

View File

@@ -1195,6 +1195,8 @@ Process large responses without loading everything into memory.
```c++
httplib::Client cli("localhost", 8080);
cli.set_follow_location(true);
...
auto result = httplib::stream::Get(cli, "/large-file");
if (result) {