1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Updated README

This commit is contained in:
yhirose 2019-12-15 17:55:08 -05:00
parent 9a41b16cbb
commit 08bf806e92

View File

@ -392,6 +392,12 @@ res = cli.Get("/");
res->status; // 200
```
### Use a specitic network interface
```cpp
cli.set_interface("eth0"); // Interface name, IP address or host name
```
OpenSSL Support
---------------