mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Updated README
This commit is contained in:
parent
82a5ac735f
commit
c776454c84
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,8 @@ res->status; // 200
|
|||
|
||||
### Use a specitic network interface
|
||||
|
||||
NOTE: This feature is not available on Windows, yet.
|
||||
|
||||
```cpp
|
||||
cli.set_interface("eth0"); // Interface name, IP address or host name
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue