فهرست منبع

Updated README

yhirose 6 سال پیش
والد
کامیت
08bf806e92
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -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
 ---------------