Skip to content

Commit 08bf806

Browse files
committed
Updated README
1 parent 9a41b16 commit 08bf806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@ res = cli.Get("/");
392392
res->status; // 200
393393
```
394394
395+
### Use a specitic network interface
396+
397+
```cpp
398+
cli.set_interface("eth0"); // Interface name, IP address or host name
399+
```
400+
395401
OpenSSL Support
396402
---------------
397403

0 commit comments

Comments
 (0)