@ -338,7 +338,8 @@ if (cli.send(requests, responses)) {
```cpp
httplib::Client cli("yahoo.com");
cli.follow_location(true);
auto ret = cli.Get("/");
auto res = cli.Get("/");
res->status; // 200
```
OpenSSL Support
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.