瀏覽代碼

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
 res->status; // 200
 ```
 ```
 
 
+### Use a specitic network interface
+
+```cpp
+cli.set_interface("eth0"); // Interface name, IP address or host name
+```
+
 OpenSSL Support
 OpenSSL Support
 ---------------
 ---------------