From 08bf806e927363bc35c7d48895375a3556bd7a05 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 15 Dec 2019 17:55:08 -0500 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b4cdea..501305b 100644 --- a/README.md +++ b/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 ---------------