Updated README. fix #102
This commit is contained in:
parent
74ec96e228
commit
bfd354e695
@ -34,6 +34,13 @@ int main(void)
|
|||||||
|
|
||||||
`Post`, `Put`, `Delete` and `Options` methods are also supported.
|
`Post`, `Put`, `Delete` and `Options` methods are also supported.
|
||||||
|
|
||||||
|
### Bind a socket to multiple interfaces and any available port
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
svr.bind_to_any_port("0.0.0.0");
|
||||||
|
svr.listen_after_bind();
|
||||||
|
```
|
||||||
|
|
||||||
### Method Chain
|
### Method Chain
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user