mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-19 19:28:29 +00:00
Updated README
This commit is contained in:
parent
9a41b16cbb
commit
08bf806e92
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue