Files
fasthttp/examples/multidomain/README.md
T

16 lines
155 B
Markdown

# Multidomain using SSL certs example
* Prints two messages depending on visited host.
# How to build
```
make
```
# How to run
```
./multidomain
```